mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-25 00:34:18 +03:00
update requirements
This commit is contained in:
parent
20116f55bb
commit
f16648f9fd
|
@ -1,5 +1,5 @@
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.7.7
|
django>=1.7.7,<1.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-configurations==0.8
|
django-configurations==0.8
|
||||||
|
@ -16,7 +16,7 @@ django-floppyforms==1.3.0
|
||||||
django-model-utils==2.2
|
django-model-utils==2.2
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
Pillow==2.7.0
|
Pillow==2.8.1
|
||||||
|
|
||||||
# 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!
|
||||||
|
@ -33,6 +33,6 @@ django-autoslug==1.7.2
|
||||||
django-avatar==2.0
|
django-avatar==2.0
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2014.10
|
pytz==2015.2
|
||||||
|
|
||||||
# Your custom requirements go here
|
# Your custom requirements go here
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
Sphinx
|
Sphinx
|
||||||
django-extensions==1.5.1
|
django-extensions==1.5.2
|
||||||
Werkzeug==0.10.1
|
Werkzeug==0.10.4
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.5+
|
||||||
django-debug-toolbar==1.3.0
|
django-debug-toolbar==1.3.0
|
||||||
|
|
|
@ -6,4 +6,4 @@ gunicorn==19.3.0
|
||||||
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
|
||||||
boto==2.36.0
|
boto==2.37.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user