Merge pull request #261 from luzfcb/master

update dependencies versions
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-07-07 09:26:50 -03:00
commit baeba18d7c
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
pylibmc==1.4.3
pylibmc==1.5.0
django-heroku-memcacheify==0.8
-r requirements/production.txt

View File

@ -5,7 +5,7 @@ django==1.8.2
django-environ==0.3.0
django-secure==1.0.1
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==2.0
whitenoise==2.0.2
{%- endif %}
@ -18,11 +18,11 @@ django-floppyforms==1.4.1
django-model-utils==2.2
# Images
Pillow==2.8.2
Pillow==2.9.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.20.0
django-allauth==0.21.0
# For the persistence stores
psycopg2==2.6.1