gunicorn==19.5.0

This commit is contained in:
pycook
2019-11-10 19:10:23 +08:00
parent ca0dd97626
commit 08c96039e9
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"