mirror of https://github.com/veops/cmdb.git
parent
b1528ec511
commit
46238b8b51
|
@ -6,7 +6,7 @@ name = "pypi"
|
|||
[packages]
|
||||
# Flask
|
||||
Flask = "==2.3.2"
|
||||
Werkzeug = "==2.3.6"
|
||||
Werkzeug = ">=2.3.6"
|
||||
click = ">=5.0"
|
||||
# Api
|
||||
Flask-RESTful = "==0.3.10"
|
||||
|
@ -21,7 +21,7 @@ Flask-Migrate = "==2.5.2"
|
|||
gunicorn = "==21.0.1"
|
||||
supervisor = "==4.0.3"
|
||||
# Auth
|
||||
Flask-Login = "==0.6.2"
|
||||
Flask-Login = ">=0.6.2"
|
||||
Flask-Bcrypt = "==1.0.1"
|
||||
Flask-Cors = ">=3.0.8"
|
||||
ldap3 = "==2.9.1"
|
||||
|
@ -43,7 +43,7 @@ WTForms = "==3.0.0"
|
|||
email-validator = "==1.3.1"
|
||||
treelib = "==1.6.1"
|
||||
flasgger = "==0.9.5"
|
||||
Pillow = "==9.3.0"
|
||||
Pillow = ">=10.0.1"
|
||||
# other
|
||||
six = "==1.16.0"
|
||||
bs4 = ">=0.0.1"
|
||||
|
|
|
@ -12,7 +12,7 @@ Flask==2.3.2
|
|||
Flask-Bcrypt==1.0.1
|
||||
Flask-Caching==2.0.2
|
||||
Flask-Cors==4.0.0
|
||||
Flask-Login==0.6.2
|
||||
Flask-Login>=0.6.2
|
||||
Flask-Migrate==2.5.2
|
||||
Flask-RESTful==0.3.10
|
||||
Flask-SQLAlchemy==2.5.0
|
||||
|
@ -29,8 +29,8 @@ MarkupSafe==2.1.3
|
|||
marshmallow==2.20.2
|
||||
more-itertools==5.0.0
|
||||
msgpack-python==0.5.6
|
||||
Pillow==9.3.0
|
||||
cryptography==41.0.2
|
||||
Pillow>=10.0.1
|
||||
cryptography>=41.0.2
|
||||
PyJWT==2.4.0
|
||||
PyMySQL==1.1.0
|
||||
ldap3==2.9.1
|
||||
|
@ -45,7 +45,7 @@ supervisor==4.0.3
|
|||
timeout-decorator==0.5.0
|
||||
toposort==1.10
|
||||
treelib==1.6.1
|
||||
Werkzeug==2.3.6
|
||||
Werkzeug>=2.3.6
|
||||
WTForms==3.0.0
|
||||
shamir~=17.12.0
|
||||
hvac~=2.0.0
|
||||
|
|
Loading…
Reference in New Issue