mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Merge pull request #209 from pydanny/update-requirements
update requirements
This commit is contained in:
commit
c1caaa9f54
|
@ -1,5 +1,5 @@
|
|||
# Bleeding edge Django
|
||||
django==1.7.7
|
||||
django>=1.7.7,<1.8
|
||||
|
||||
# Configuration
|
||||
django-configurations==0.8
|
||||
|
@ -16,7 +16,7 @@ django-floppyforms==1.3.0
|
|||
django-model-utils==2.2
|
||||
|
||||
# Images
|
||||
Pillow==2.7.0
|
||||
Pillow==2.8.1
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
|
@ -33,6 +33,6 @@ django-autoslug==1.7.2
|
|||
django-avatar==2.0
|
||||
|
||||
# Time zones support
|
||||
pytz==2014.10
|
||||
pytz==2015.2
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
-r base.txt
|
||||
coverage==3.7.1
|
||||
Sphinx
|
||||
django-extensions==1.5.1
|
||||
Werkzeug==0.10.1
|
||||
django-extensions==1.5.2
|
||||
Werkzeug==0.10.4
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.3.0
|
||||
|
|
|
@ -6,4 +6,4 @@ gunicorn==19.3.0
|
|||
django-storages==1.1.8
|
||||
Collectfast==0.2.1
|
||||
gevent==1.0.1
|
||||
boto==2.36.0
|
||||
boto==2.37.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user