mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
upgrade dependencies to latest versions available
This commit is contained in:
parent
e407be9152
commit
a78744e820
|
@ -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
|
||||
pylibmc==1.3.0
|
||||
django-heroku-memcacheify==0.5
|
||||
-r requirements/production.txt
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
# Bleeding edge Django
|
||||
django==1.6.2
|
||||
django==1.6.3
|
||||
|
||||
# Configuration
|
||||
django-configurations==0.8
|
||||
django-secure==1.0
|
||||
django-cache-url==0.8.0
|
||||
dj-database-url==0.2.2
|
||||
dj-database-url==0.3.0
|
||||
|
||||
# Forms
|
||||
django-braces==1.3.1
|
||||
django-braces==1.4.0
|
||||
django-crispy-forms==1.4.0
|
||||
django-floppyforms==1.1.1
|
||||
|
||||
# Models
|
||||
South==0.8.4
|
||||
django-model-utils==2.0.2
|
||||
django-model-utils==2.0.3
|
||||
|
||||
# images
|
||||
Pillow==2.3.0
|
||||
Pillow==2.4.0
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.15.0
|
||||
django-allauth==0.16.1
|
||||
|
||||
# For the persistance stores
|
||||
psycopg2==2.5.2
|
||||
|
|
|
@ -5,4 +5,4 @@ django-discover-runner==1.0
|
|||
Sphinx
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.0.1
|
||||
django-debug-toolbar==1.1
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
gunicorn==18.0
|
||||
django-storages==1.1.8
|
||||
Collectfast==0.1.13
|
||||
Collectfast==0.2.0
|
||||
gevent==1.0
|
||||
boto==2.25.0
|
||||
boto==2.27.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user