mirror of https://github.com/veops/cmdb.git
gunicorn==19.5.0
This commit is contained in:
parent
3fdfa4dc92
commit
de22a4e04b
2
Pipfile
2
Pipfile
|
@ -19,7 +19,7 @@ redis = "==3.2.1"
|
|||
Flask-Migrate = "==2.5.2"
|
||||
# Deployment
|
||||
gevent = "==1.4.0"
|
||||
gunicorn = "==19.1.1"
|
||||
gunicorn = "==19.5.0"
|
||||
supervisor = "==4.0.3"
|
||||
# Auth
|
||||
Flask-Login = "==0.4.1"
|
||||
|
|
|
@ -14,7 +14,7 @@ redis ==3.2.1
|
|||
Flask-Migrate == 2.5.2
|
||||
# Deployment
|
||||
gevent ==1.4.0
|
||||
gunicorn == 19.1.1
|
||||
gunicorn == 19.5.0
|
||||
supervisor ==4.0.3
|
||||
# Auth
|
||||
Flask-Login ==0.4.1
|
||||
|
|
Loading…
Reference in New Issue