Skip to content

Commit

Permalink
[#136] Updated pip package details for Celery and API caching require…
Browse files Browse the repository at this point in the history
…ments.

Added dependent pip packages for building the Celery package.
Added package version numbers as required.
  • Loading branch information
Oliver Galloway-Lunn committed Feb 18, 2013
1 parent eb5738e commit 5ee7d2a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions scripts/deployment/pip/requirements/2_rsr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ South==0.7.6
gunicorn==0.15.0
wsgiref==0.1.2

# Requirements for building Celery
amqp==1.0.8
anyjson==0.3.3
kombu==2.5.6
billiard==2.7.3.21

# caching and queueing
django-cacheback
django-celery-with-redis
celery==3.0.15
redis==2.7.2
django-celery==3.0.11
django-celery-with-redis==3.0
django-cacheback==0.4

0 comments on commit 5ee7d2a

Please sign in to comment.