Make sure that python 2 users can stay on stable

This commit is contained in:
Jannis Gebauer 2015-11-22 23:24:25 +01:00
parent 73d78ba673
commit a5675f89e4

View File

@ -11,7 +11,12 @@ psycopg2==2.6.1
# WSGI Handler
# ------------------------------------------------
{% if cookiecutter.use_python2 == 'y' -%}
gevent==1.0.2
{% else %}
# there's no python 3 support in stable, have to use the latest release candidate for gevent
gevent==1.1rc1
{% endif %}
gunicorn==19.3.0
# Static and Media Storage