mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Update requirements
This commit is contained in:
parent
93fb8f8698
commit
5a9ddc586a
|
@ -10,18 +10,17 @@ dj-database-url==0.3.0
|
|||
# Forms
|
||||
django-braces==1.4.0
|
||||
django-crispy-forms==1.4.0
|
||||
django-floppyforms==1.1.1
|
||||
|
||||
django-floppyforms==1.2.0
|
||||
# Models
|
||||
South==0.8.4
|
||||
django-model-utils==2.0.3
|
||||
django-model-utils==2.2
|
||||
|
||||
# images
|
||||
Pillow==2.4.0
|
||||
Pillow==2.5.2
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.16.1
|
||||
django-allauth==0.18.0
|
||||
|
||||
# For the persistance stores
|
||||
psycopg2==2.5.3
|
||||
|
|
|
@ -4,4 +4,4 @@ coverage==3.7.1
|
|||
Sphinx
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.2
|
||||
django-debug-toolbar==1.2.1
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# production that isn't in development.
|
||||
-r base.txt
|
||||
|
||||
gunicorn==18.0
|
||||
gunicorn==19.1.1
|
||||
django-storages==1.1.8
|
||||
Collectfast==0.2.0
|
||||
gevent==1.0.1
|
||||
boto==2.28.0
|
||||
boto==2.32.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user