mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Restore gunicorn in the list of third-party requirements
`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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user