Restore gunicorn in the list of third-party requirements

`gunicorn==18.0` had previously been listed in requirements.txt, but I
removed it in commit d851a7e2a1 for
compatibility with the new httpbin.org hosting platform.

gunicorn 19.2 has (finally) been released, and this version will work
correctly for httpbin.org. This change adds `gunicorn==19.2` back to
requirements.txt.

This may also fix problems deploying to Heroku reported by @sigmavirus24,
which may have been caused by the requirement change in
d851a7e2a1.
This commit is contained in:
Ryan Park
2015-02-03 10:23:54 -08:00
parent ecd0a9c7a9
commit 7a10451dd4
+1
View File
@@ -2,6 +2,7 @@ decorator==3.4.0
Flask==0.10.1
gevent==1.0.1
greenlet==0.4.2
gunicorn==19.2
itsdangerous==0.24
Jinja2==2.7.2
MarkupSafe==0.23