Bump to gunicorn 20 (#8643)

This commit is contained in:
Ville Brofeldt
2019-11-24 10:18:22 +02:00
committed by GitHub
parent 6c83c6464a
commit 4a34c553c7
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ flask==1.1.1
future==0.17.1 # via parsedatetime
geographiclib==1.49 # via geopy
geopy==1.20.0
gunicorn==19.8.1
gunicorn==20.0.2
humanize==0.5.1
isodate==0.6.0
itsdangerous==1.1.0 # via flask

View File

@@ -85,7 +85,7 @@ setup(
"flask-migrate",
"flask-wtf",
"geopy",
"gunicorn<19.9.0", # deprecated
"gunicorn>=20.0.2, <20.1",
"humanize",
"isodate",
"markdown>=3.0",