Merge pull request #66 from theskumar/pip-requirements

chore(requirements): update pip requirements to latest stable.
This commit is contained in:
Daniel Greenfeld 2014-01-24 09:23:25 -08:00
commit a7bf092450
4 changed files with 19 additions and 20 deletions

View File

@ -2,33 +2,33 @@
django==1.6.1 django==1.6.1
# Configuration # Configuration
django-configurations==0.5.1 django-configurations==0.8
django-secure==1.0 django-secure==1.0
django-cache-url==0.6.0 django-cache-url==0.7.0
dj-database-url==0.2.2 dj-database-url==0.2.2
# Forms # Forms
django-braces==1.2.2 django-braces==1.3.1
django-crispy-forms==1.4.0 django-crispy-forms==1.4.0
django-floppyforms==1.1 django-floppyforms==1.1.1
# Models # Models
South==0.8.2 South==0.8.4
django-model-utils==1.5.0 django-model-utils==2.0
# images # images
Pillow==2.1.0 Pillow==2.3.0
# 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!
django-allauth==0.13.0 django-allauth==0.15.0
# For the persistance stores # For the persistance stores
psycopg2==2.5 psycopg2==2.5.2
# Unicode slugification # Unicode slugification
unicode-slugify==0.1.1 unicode-slugify==0.1.1
django-autoslug==1.7.1 django-autoslug==1.7.2
# Useful things # Useful things
django-avatar==2.0 django-avatar==2.0

View File

@ -1,9 +1,8 @@
# Local development dependencies go here # Local development dependencies go here
-r base.txt -r base.txt
coverage==3.6 coverage==3.7.1
django-discover-runner==0.4 django-discover-runner==1.0
Sphinx Sphinx
# django-debug-toolbar that works with Django 1.5+ # django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.0 django-debug-toolbar==1.0.1

View File

@ -2,8 +2,8 @@
# production that isn't in development. # production that isn't in development.
-r base.txt -r base.txt
gunicorn==0.17.4 gunicorn==18.0
django-storages==1.1.4 django-storages==1.1.8
Collectfast==0.1.13 Collectfast==0.1.13
gevent==0.13.8 gevent==1.0
boto==2.9.5 boto==2.23.0

View File

@ -1,4 +1,4 @@
# Test dependencies go here. # Test dependencies go here.
-r base.txt -r base.txt
coverage==3.6 coverage==3.7.1
django-discover-runner==0.4 django-discover-runner==1.0