update django-redis and whitenoise version

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2016-09-28 23:58:39 -03:00
parent 97febbf8b4
commit e9fc2f0582

View File

@ -12,7 +12,7 @@ django==1.10.1
# Configuration # Configuration
django-environ==0.4.0 django-environ==0.4.0
{% if cookiecutter.use_whitenoise == 'y' -%} {% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.2.1 whitenoise==3.2.2
{%- endif %} {%- endif %}
@ -45,8 +45,8 @@ awesome-slugify==1.6.5
pytz==2016.6.1 pytz==2016.6.1
# Redis support # Redis support
django-redis==4.4.4 django-redis==4.5.0
redis>=2.10.0 redis>=2.10.5
{% if cookiecutter.use_celery == "y" %} {% if cookiecutter.use_celery == "y" %}
celery==3.1.23 celery==3.1.23