mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-25 07:50:40 +03:00
Make sure that python 2 users can stay on stable
This commit is contained in:
parent
73d78ba673
commit
a5675f89e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user