mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
7a10451dd4
`gunicorn==18.0` had previously been listed in requirements.txt, but I removed it in commitd851a7e2a1for 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 ind851a7e2a1.
11 lines
153 B
Plaintext
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
|