mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Update base requirements
This commit is contained in:
parent
7d1fc84301
commit
5bd3f03889
|
@ -7,30 +7,30 @@ wheel==0.29.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.9.4
|
django==1.9.5
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
django-secure==1.0.1
|
django-secure==1.0.1
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==2.0.6
|
whitenoise==3.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.8.1
|
django-braces==1.8.1
|
||||||
django-crispy-forms==1.6.0
|
django-crispy-forms==1.6.0
|
||||||
django-floppyforms==1.6.1
|
django-floppyforms==1.6.2
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
django-model-utils==2.4
|
django-model-utils==2.5
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
Pillow==3.2.0
|
Pillow==3.2.0
|
||||||
|
|
||||||
# For user registration, either via email or social
|
# For user registration, either via email or social
|
||||||
# Well-built with regular release cycles!
|
# Well-built with regular release cycles!
|
||||||
django-allauth==0.24.1
|
django-allauth==0.25.2
|
||||||
|
|
||||||
{% if cookiecutter.windows == 'y' -%}
|
{% if cookiecutter.windows == 'y' -%}
|
||||||
# On Windows, you must download/install psycopg2 manually
|
# On Windows, you must download/install psycopg2 manually
|
||||||
|
@ -45,14 +45,14 @@ unicode-slugify==0.1.3
|
||||||
django-autoslug==1.9.3
|
django-autoslug==1.9.3
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2015.7
|
pytz==2016.4
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.3.0
|
django-redis==4.3.0
|
||||||
redis>=2.10.0
|
redis>=2.10.0
|
||||||
|
|
||||||
{% if cookiecutter.use_celery == "y" %}
|
{% if cookiecutter.use_celery == "y" %}
|
||||||
celery==3.1.21
|
celery==3.1.23
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Your custom requirements go here
|
# Your custom requirements go here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user