summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-11-16 11:10:15 +0200
committerYuval Adam <yuv.adm@gmail.com>2012-11-16 11:10:15 +0200
commitb500ef3df1b746ada4cc2c0e7d4896af8ef90fd4 (patch)
tree86d1785e37a42427d6581bde1f5f11c6b8038bce
parentad2f22aa2dab8e89d7f1b7fcc938f0f289fd3409 (diff)
Install celery
-rw-r--r--requirements.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..45806f5
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,7 @@
+amqplib==1.0.2
+anyjson==0.3.3
+billiard==2.7.3.18
+celery==3.0.12
+kombu==2.4.8
+python-dateutil==1.5
+wsgiref==0.1.2