Update base requirements

This commit is contained in:
Audrey Roy Greenfeld 2016-04-25 22:51:28 -07:00
parent 7d1fc84301
commit 5bd3f03889

View File

@ -7,30 +7,30 @@ wheel==0.29.0
{%- endif %}
# Bleeding edge Django
django==1.9.4
django==1.9.5
# Configuration
django-environ==0.4.0
django-secure==1.0.1
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==2.0.6
whitenoise==3.0
{%- endif %}
# Forms
django-braces==1.8.1
django-crispy-forms==1.6.0
django-floppyforms==1.6.1
django-floppyforms==1.6.2
# Models
django-model-utils==2.4
django-model-utils==2.5
# Images
Pillow==3.2.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.24.1
django-allauth==0.25.2
{% if cookiecutter.windows == 'y' -%}
# On Windows, you must download/install psycopg2 manually
@ -45,14 +45,14 @@ unicode-slugify==0.1.3
django-autoslug==1.9.3
# Time zones support
pytz==2015.7
pytz==2016.4
# Redis support
django-redis==4.3.0
redis>=2.10.0
{% if cookiecutter.use_celery == "y" %}
celery==3.1.21
celery==3.1.23
{% endif %}
# Your custom requirements go here