Skip to content

Commit 5fd3d85

Browse files
committed
build: simplfied requirement
1 parent 98f7a34 commit 5fd3d85

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
casbin==0.18.1
2-
fastapi==0.63.0
3-
pydantic==1.7.3
4-
simpleeval==0.9.10
5-
starlette==0.13.6
1+
casbin
2+
fastapi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
__version__ = "0.0.4"
4+
__version__ = "0.0.5"
55
desc_file = "README.md"
66

77
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)