mirror of
https://github.com/clearml/clearml-server
synced 2025-02-24 21:24:25 +00:00
Update requirements
This commit is contained in:
parent
d8b998ebd8
commit
b22f26129e
@ -13,7 +13,7 @@ flask-cors>=3.0.5
|
|||||||
flask>=0.12.2
|
flask>=0.12.2
|
||||||
furl>=2.0.0
|
furl>=2.0.0
|
||||||
google-cloud-storage>=2.8.0
|
google-cloud-storage>=2.8.0
|
||||||
gunicorn>=19.7.1
|
gunicorn>=20.1.0
|
||||||
humanfriendly>=4.17
|
humanfriendly>=4.17
|
||||||
jinja2<3.0
|
jinja2<3.0
|
||||||
jsonmodels>=2.3
|
jsonmodels>=2.3
|
||||||
@ -31,5 +31,6 @@ python-rapidjson>=0.6.3
|
|||||||
redis>=4.5.4,<5
|
redis>=4.5.4,<5
|
||||||
requests>=2.13.0
|
requests>=2.13.0
|
||||||
semantic_version>=2.8.3,<3
|
semantic_version>=2.8.3,<3
|
||||||
|
setuptools>=65.5.1
|
||||||
six
|
six
|
||||||
validators>=0.12.4
|
validators>=0.12.4
|
@ -2,6 +2,8 @@ boltons>=19.1.0
|
|||||||
flask-compress>=1.4.0
|
flask-compress>=1.4.0
|
||||||
flask-cors>=3.0.5
|
flask-cors>=3.0.5
|
||||||
flask>=0.12.2
|
flask>=0.12.2
|
||||||
gunicorn>=19.7.1
|
gunicorn>=20.1.0
|
||||||
markupsafe==2.0.1
|
markupsafe==2.0.1
|
||||||
pyhocon>=0.3.35
|
pyhocon>=0.3.35
|
||||||
|
setuptools>=65.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user