File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# casbin-python-cli
22
3- ![ PyPI - Python Version] ( https://img.shields.io/badge/python-3.6 %2B-blue )
3+ ![ PyPI - Python Version] ( https://img.shields.io/badge/python-3.8 %2B-blue )
44![ PyPI - License] ( https://img.shields.io/badge/license-Apache%202.0-green )
5- ![ PyPI - PyCasbin Version] ( https://img.shields.io/badge/pycasbin-1.17 .0%2B-orange )
5+ ![ PyPI - PyCasbin Version] ( https://img.shields.io/badge/pycasbin-2.3 .0%2B-orange )
66
77## Features
88
1717
1818### Prerequisites
1919
20- - Python 3.6 +
20+ - Python 3.8 +
2121- pip package manager
2222
2323### Installation Methods
@@ -138,8 +138,8 @@ casbin-python-cli/
138138
139139## Requirements
140140
141- - Python 3.6 +
142- - PyCasbin 1.17 .0+
141+ - Python 3.8 +
142+ - PyCasbin 2.3 .0+
143143
144144## License
145145
Original file line number Diff line number Diff line change 1- casbin >= 1.17.0
1+ pycasbin >= 2.3.0
22pytest >= 7.0.0
33pytest-cov >= 4.0.0
Original file line number Diff line number Diff line change 3131 long_description_content_type = "text/markdown" ,
3232 packages = find_packages (),
3333 install_requires = [
34- "casbin>=1.17 .0" ,
34+ "pycasbin>=2.3 .0" ,
3535 ],
3636 entry_points = {
3737 'console_scripts' : [
3838 'casbin-cli=casbin_cli.client:main' ,
3939 ],
4040 },
41- python_requires = '>=3.6 ' ,
41+ python_requires = '>=3.8 ' ,
4242)
You can’t perform that action at this time.
0 commit comments