Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Oct 10, 2012
1 parent 397639b commit 875a3df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
17 changes: 8 additions & 9 deletions install/requirements/all-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ docutils==0.9.1
ordereddict==1.1
amqplib==1.0.2
anyjson==0.3.3
simplejson==2.6.1
simplejson==2.6.2
pyparsing==1.5.6
python-dateutil==2.1
uuid==1.30
wsgiref==0.1.2
redis==2.6.2
redis==2.7.1
celery==3.0.11
pytz==2012d
kombu==2.4.5
pytz==2012f
kombu==2.4.7
mimeparse==0.1.3
psycopg2==2.4.5
BeautifulSoup==3.2.1
Expand All @@ -24,7 +24,7 @@ gunicorn==0.14.6
South==0.7.6

#Django
django-celery==3.0.9
django-celery==3.0.10
django-kombu==0.9.4
django-pagination==1.0.7
django-urlauth==0.1.8
Expand All @@ -34,11 +34,11 @@ django-memcache-status==1.1
django-cache-utils==0.7.2
django-picklefield==0.2.1
django-jsonfield==0.8.11
django-countries==1.3
django-countries==1.4
django-tastypie==0.9.11
django-redis-cache==0.9.5
django-redisboard==0.2.5
django-admin-sortable==1.3.3
django-admin-sortable==1.3.5
django-tagging==0.3.1
django-dajax==0.9.2
linaro-django-pagination==2.0.2
Expand All @@ -54,7 +54,6 @@ git+git://github.com/jschrewe/django-genericadmin.git
sphinx
django-extensions
Werkzeug
django-dilla
django-debug-toolbar
ipython
pip-tools
Expand All @@ -67,4 +66,4 @@ nose-progressive==1.3
xtraceback
rudolf2
pylint
clonedigger
clonedigger==1.0.11-beta
8 changes: 4 additions & 4 deletions install/requirements/basic-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ docutils==0.9.1
ordereddict==1.1
amqplib==1.0.2
anyjson==0.3.3
simplejson==2.6.1
simplejson==2.6.2
pyparsing==1.5.6
python-dateutil==2.1
uuid==1.30
wsgiref==0.1.2
redis==2.6.2
redis==2.7.1
celery==3.0.11
pytz==2012d
kombu==2.4.5
pytz==2012f
kombu==2.4.7
mimeparse==0.1.3
psycopg2==2.4.5
BeautifulSoup==3.2.1
Expand Down
2 changes: 0 additions & 2 deletions install/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sphinx
django-extensions
Werkzeug
git+git://github.com/aerosol/identicon.git
git+git://github.com/aerosol/django-dilla.git
django-debug-toolbar
ipython
pip-tools
6 changes: 3 additions & 3 deletions install/requirements/django-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-celery==3.0.9
django-celery==3.0.10
django-kombu==0.9.4
django-pagination==1.0.7
django-urlauth==0.1.8
Expand All @@ -8,11 +8,11 @@ django-memcache-status==1.1
django-cache-utils==0.7.2
django-picklefield==0.2.1
django-jsonfield==0.8.11
django-countries==1.3
django-countries==1.4
django-tastypie==0.9.11
django-redis-cache==0.9.5
django-redisboard==0.2.5
django-admin-sortable==1.3.3
django-admin-sortable==1.3.5
django-tagging==0.3.1
django-dajax==0.9.2
linaro-django-pagination==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion install/requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ nose-progressive==1.3
xtraceback
rudolf2
pylint
clonedigger
clonedigger==1.0.11-beta

0 comments on commit 875a3df

Please sign in to comment.