Update requirements

This commit is contained in:
Fabio C. Barrionuevo da Luz 2015-02-10 14:16:00 -03:00
parent b2938581d9
commit b1f24e6940
4 changed files with 6 additions and 6 deletions

View File

@ -20,10 +20,10 @@ Pillow==2.7.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.19.0 django-allauth==0.19.1
# For the persistence stores # For the persistence stores
psycopg2==2.5.4 psycopg2==2.6
# Unicode slugification # Unicode slugification
unicode-slugify==0.1.3 unicode-slugify==0.1.3

View File

@ -2,8 +2,8 @@
-r base.txt -r base.txt
coverage==3.7.1 coverage==3.7.1
Sphinx Sphinx
django-extensions==1.4.9 django-extensions==1.5.0
Werkzeug==0.9.6 Werkzeug==0.10.1
# django-debug-toolbar that works with Django 1.5+ # django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.2.2 django-debug-toolbar==1.2.2

View File

@ -2,7 +2,7 @@
# production that isn't in development. # production that isn't in development.
-r base.txt -r base.txt
gunicorn==19.1.1 gunicorn==19.2.1
django-storages==1.1.8 django-storages==1.1.8
Collectfast==0.2.1 Collectfast==0.2.1
gevent==1.0.1 gevent==1.0.1

View File

@ -23,7 +23,7 @@ setup(
], ],
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'Django>=1.7.1', 'Django>=1.7.4',
], ],
zip_safe=False, zip_safe=False,
scripts=['{{ cookiecutter.repo_name }}/manage.py'], scripts=['{{ cookiecutter.repo_name }}/manage.py'],