changed jinja for use_pythn2 == n

This commit is contained in:
nelsonlho 2016-08-04 01:15:35 -07:00
parent 8a164278e9
commit 0cd1d2c0e7

View File

@ -4,7 +4,7 @@
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
{%- endif %}
{%- endif -%}
# Bleeding edge Django
django==1.9.8
@ -49,11 +49,11 @@ pytz==2016.6.1
django-redis==4.4.4
redis>=2.10.0
{% if cookiecutter.use_celery == "y" -%}
{%- if cookiecutter.use_celery == "y" -%}
celery==3.1.23
{%- endif %}
{% if cookiecutter.use_compressor == "y" -%}
{%- if cookiecutter.use_compressor == "y" -%}
django_compressor==2.0
{%- endif %}