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