Commit b14fb546 by Calen Pennington

Upgrade to a Python 3 compatible gevent version

This requires using a specific version of gunicorn, in which
https://github.com/benoitc/gunicorn/pull/1066 has been merged.
parent 58635fed
# Packages required in a production environment
-r base.txt
gevent==1.0.2
gunicorn==19.3.0
gevent==1.1rc1
# This is the commit to gunicorn that supports gevent 1.1
git+https://github.com/benoitc/gunicorn.git@72a8e2940d75b3ef7a92edcb3e4247f43426706f#egg=gunicorn==0.0
mysqlclient==1.3.7
PyYAML==3.11
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment