mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 10:02:27 +03:00
Merge pull request #165 from luzfcb/update-requirements
update requirements
This commit is contained in:
commit
5838d71083
|
@ -1,5 +1,5 @@
|
||||||
# This file is here because many Platforms as a Service look for
|
# This file is here because many Platforms as a Service look for
|
||||||
# requirements.txt in the root directory of a project.
|
# requirements.txt in the root directory of a project.
|
||||||
pylibmc==1.2.3
|
pylibmc==1.4.1
|
||||||
django-heroku-memcacheify==0.7
|
django-heroku-memcacheify==0.8
|
||||||
-r requirements/production.txt
|
-r requirements/production.txt
|
||||||
|
|
|
@ -3,20 +3,20 @@ django==1.7.1
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-configurations==0.8
|
django-configurations==0.8
|
||||||
django-secure==1.0
|
django-secure==1.0.1
|
||||||
django-cache-url==0.8.0
|
django-cache-url==0.8.0
|
||||||
dj-database-url==0.3.0
|
dj-database-url==0.3.0
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.4.0
|
django-braces==1.4.0
|
||||||
django-crispy-forms==1.4.0
|
django-crispy-forms==1.4.0
|
||||||
django-floppyforms==1.2.0
|
django-floppyforms==1.3.0
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
django-model-utils==2.2
|
django-model-utils==2.2
|
||||||
|
|
||||||
# images
|
# images
|
||||||
Pillow==2.6.0
|
Pillow==2.6.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.7
|
pytz==2014.10
|
||||||
|
|
||||||
# Your custom requirements go here
|
# Your custom requirements go here
|
||||||
|
|
|
@ -6,4 +6,4 @@ gunicorn==19.1.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
|
||||||
boto==2.32.1
|
boto==2.34.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
flake8==2.2.3
|
flake8==2.2.5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user