mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
update django-redis and whitenoise version
This commit is contained in:
parent
97febbf8b4
commit
e9fc2f0582
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user