File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1+ dist : focal
12language : python
23python :
34- ' 3.6'
45- ' 3.7'
56- ' 3.8'
7+ - ' 3.9'
8+ - ' 3.10.1'
69install :
710- pip install -r requirements.txt
811- pip install -r dev_requirements.txt --upgrade
912- pip install coveralls
1013script :
1114- pytest --cov flask_authz
1215after_success :
13- - coveralls
16+ - coveralls
Original file line number Diff line number Diff line change 55sphinx_rtd_theme
66pytest
77pytest-cov
8- casbin_sqlalchemy_adapter= =0.3.2
8+ casbin_sqlalchemy_adapter> =0.3.2
99coverage
1010pypi-publisher
11- bumpversion
11+ bumpversion
Original file line number Diff line number Diff line change 1- casbin
2- flask~ =1.1.2
3- PyJWT
1+ casbin>=1.0.0<2.0.0
2+ flask> =1.1.0<3.0.0
3+ PyJWT>=2.0.1
Original file line number Diff line number Diff line change 1- casbin == 1.0.4
2- click == 7.1.2
3- flask == 1.1.2
4- itsdangerous == 1.1.0
5- jinja2 == 2.11.3
6- markupsafe == 1.1.1
7- pyjwt == 2.0.1
8- simpleeval == 0.9.10
9- werkzeug == 1.0.1
1+ casbin >= 1.0.0 < 2.0.0
2+ flask >= 1.1.0 < 3.0.0
3+ PyJWT >= 2.0.1
You can’t perform that action at this time.
0 commit comments