mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 18:12:28 +03:00
[requires.io] dependency update
This commit is contained in:
parent
4f55274503
commit
d14be9939b
|
@ -7,17 +7,17 @@ wheel==0.29.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.9.6
|
django==1.9.7
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.0
|
whitenoise==3.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.8.1
|
django-braces==1.9.0
|
||||||
django-crispy-forms==1.6.0
|
django-crispy-forms==1.6.0
|
||||||
django-floppyforms==1.6.2
|
django-floppyforms==1.6.2
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ django-autoslug==1.9.3
|
||||||
pytz==2016.4
|
pytz==2016.4
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.4.2
|
django-redis==4.4.3
|
||||||
redis>=2.10.0
|
redis>=2.10.0
|
||||||
|
|
||||||
{% if cookiecutter.use_celery == "y" %}
|
{% if cookiecutter.use_celery == "y" %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user