Dev api 1103 (#252)

feat(api): update requirements
This commit is contained in:
pycook 2023-11-06 13:24:08 +08:00 committed by GitHub
parent c394c41c3c
commit e577dce4ee
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ name = "pypi"
[packages] [packages]
# Flask # Flask
Flask = "==2.3.2" Flask = "==2.3.2"
Werkzeug = "==2.3.6" Werkzeug = ">=2.3.6"
click = ">=5.0" click = ">=5.0"
# Api # Api
Flask-RESTful = "==0.3.10" Flask-RESTful = "==0.3.10"
@ -21,7 +21,7 @@ Flask-Migrate = "==2.5.2"
gunicorn = "==21.0.1" gunicorn = "==21.0.1"
supervisor = "==4.0.3" supervisor = "==4.0.3"
# Auth # Auth
Flask-Login = "==0.6.2" Flask-Login = ">=0.6.2"
Flask-Bcrypt = "==1.0.1" Flask-Bcrypt = "==1.0.1"
Flask-Cors = ">=3.0.8" Flask-Cors = ">=3.0.8"
ldap3 = "==2.9.1" ldap3 = "==2.9.1"
@ -43,7 +43,7 @@ WTForms = "==3.0.0"
email-validator = "==1.3.1" email-validator = "==1.3.1"
treelib = "==1.6.1" treelib = "==1.6.1"
flasgger = "==0.9.5" flasgger = "==0.9.5"
Pillow = "==9.3.0" Pillow = ">=10.0.1"
# other # other
six = "==1.16.0" six = "==1.16.0"
bs4 = ">=0.0.1" bs4 = ">=0.0.1"

View File

@ -12,7 +12,7 @@ Flask==2.3.2
Flask-Bcrypt==1.0.1 Flask-Bcrypt==1.0.1
Flask-Caching==2.0.2 Flask-Caching==2.0.2
Flask-Cors==4.0.0 Flask-Cors==4.0.0
Flask-Login==0.6.2 Flask-Login>=0.6.2
Flask-Migrate==2.5.2 Flask-Migrate==2.5.2
Flask-RESTful==0.3.10 Flask-RESTful==0.3.10
Flask-SQLAlchemy==2.5.0 Flask-SQLAlchemy==2.5.0
@ -29,8 +29,8 @@ MarkupSafe==2.1.3
marshmallow==2.20.2 marshmallow==2.20.2
more-itertools==5.0.0 more-itertools==5.0.0
msgpack-python==0.5.6 msgpack-python==0.5.6
Pillow==9.3.0 Pillow>=10.0.1
cryptography==41.0.2 cryptography>=41.0.2
PyJWT==2.4.0 PyJWT==2.4.0
PyMySQL==1.1.0 PyMySQL==1.1.0
ldap3==2.9.1 ldap3==2.9.1
@ -45,7 +45,7 @@ supervisor==4.0.3
timeout-decorator==0.5.0 timeout-decorator==0.5.0
toposort==1.10 toposort==1.10
treelib==1.6.1 treelib==1.6.1
Werkzeug==2.3.6 Werkzeug>=2.3.6
WTForms==3.0.0 WTForms==3.0.0
shamir~=17.12.0 shamir~=17.12.0
hvac~=2.0.0 hvac~=2.0.0