Skip to content

Commit

Permalink
Bump to gunicorn 20 (apache#8643)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Nov 24, 2019
1 parent 6c83c64 commit 4a34c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_git_sha():
"flask-migrate",
"flask-wtf",
"geopy",
"gunicorn<19.9.0", # deprecated
"gunicorn>=20.0.2, <20.1",
"humanize",
"isodate",
"markdown>=3.0",
Expand Down

0 comments on commit 4a34c55

Please sign in to comment.