We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f7a34 commit 5fd3d85Copy full SHA for 5fd3d85
2 files changed
requirements.txt
@@ -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
+casbin
+fastapi
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path
-__version__ = "0.0.4"
+__version__ = "0.0.5"
desc_file = "README.md"
6
7
here = path.abspath(path.dirname(__file__))
0 commit comments