Skip to content

Commit

Permalink
chore(requirements): update pip requirements to latest stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Jan 24, 2014
1 parent 54cc4d8 commit 4b8c730
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
20 changes: 10 additions & 10 deletions {{cookiecutter.repo_name}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
django==1.6.1

# Configuration
django-configurations==0.5.1
django-configurations==0.8
django-secure==1.0
django-cache-url==0.6.0
django-cache-url==0.7.0
dj-database-url==0.2.2

# Forms
django-braces==1.2.2
django-braces==1.3.1
django-crispy-forms==1.4.0
django-floppyforms==1.1
django-floppyforms==1.1.1

# Models
South==0.8.2
django-model-utils==1.5.0
South==0.8.4
django-model-utils==2.0

# images
Pillow==2.1.0
Pillow==2.3.0

# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.13.0
django-allauth==0.15.0

# For the persistance stores
psycopg2==2.5
psycopg2==2.5.2

# Unicode slugification
unicode-slugify==0.1.1
django-autoslug==1.7.1
django-autoslug==1.7.2

# Useful things
django-avatar==2.0
Expand Down
7 changes: 3 additions & 4 deletions {{cookiecutter.repo_name}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Local development dependencies go here
-r base.txt
coverage==3.6
django-discover-runner==0.4
coverage==3.7.1
django-discover-runner==1.0
Sphinx


# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.0
django-debug-toolbar==1.0.1
8 changes: 4 additions & 4 deletions {{cookiecutter.repo_name}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# production that isn't in development.
-r base.txt

gunicorn==0.17.4
django-storages==1.1.4
gunicorn==18.0
django-storages==1.1.8
Collectfast==0.1.13
gevent==0.13.8
boto==2.9.5
gevent==1.0
boto==2.23.0
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test dependencies go here.
-r base.txt
coverage==3.6
django-discover-runner==0.4
coverage==3.7.1
django-discover-runner==1.0

0 comments on commit 4b8c730

Please sign in to comment.