gunicorn==19.5.0

This commit is contained in:
pycook 2019-11-10 19:10:23 +08:00
parent 3fdfa4dc92
commit de22a4e04b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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