Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Upgrade all the things!
Browse files Browse the repository at this point in the history
Django==1.6.4
django-jsonfield==0.9.12
raven==3.6.1
South==0.8.4
Markdown==2.4
nose==1.3.3
django-nose==1.2
nose-progressive==1.5.1
pytz==2014.2
django-model-utils==2.0.3
mock==1.0.1
Sphinx==1.2.2
pylibmc==1.3.0
psycopg2==2.5.3
dj-database-url==0.3.0
redis==2.9.1
hiredis==0.1.3
  • Loading branch information
pmac committed May 14, 2014
1 parent f6f3a96 commit 63388f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
23 changes: 10 additions & 13 deletions requirements-base.txt
@@ -1,23 +1,20 @@
Django==1.5.7
Django==1.6.4
Unipath
django-floppyforms
python-dateutil==1.5
simplejson==2.6.0
django-jsonfield==0.8.10
django-storages==1.1.4
boto==2.3.0
raven==1.8.1
South==0.7.5
django-jsonfield==0.9.12
raven==3.6.1
South==0.8.4
Jinja2==2.7.2
jingo==0.7
git+https://github.com/auzigog/jinja-bootstrap.git@v0.3.0
Markdown==2.2.0
nose==1.2.1
django-nose==1.1
nose-progressive==1.3
pytz==2012d
Markdown==2.4
nose==1.3.3
django-nose==1.2
nose-progressive==1.5.1
pytz==2014.2
django-cronjobs==0.2.3
django-model-utils==1.1.0
django-model-utils==2.0.3
celery==3.0.24
django-celery==3.0.23
django-browserid==0.10.1
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
@@ -1,5 +1,5 @@
# Dev and testing requirements.
-r requirements-base.txt

mock==0.8.0
Sphinx
mock==1.0.1
Sphinx==1.2.2
10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -5,10 +5,10 @@ gunicorn==18.0
gevent==0.13.7
greenlet==0.3.4
django-pylibmc
pylibmc==1.2.3
psycopg2==2.4.5
dj-database-url==0.2.1
redis==2.6.2
hiredis==0.1.1
pylibmc==1.3.0
psycopg2==2.5.3
dj-database-url==0.3.0
redis==2.9.1
hiredis==0.1.3
newrelic
whitenoise==1.0.2

0 comments on commit 63388f3

Please sign in to comment.