Files
httpbin/requirements.txt
T
Ryan Park 7a10451dd4 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.
2015-02-03 10:23:54 -08:00

11 lines
153 B
Plaintext

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
six==1.6.1
Werkzeug==0.9.4