aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-04-01 17:45:10 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-04-01 17:46:04 +0200
commit432d2a7d95116e388711e111914ba4658d4461f9 (patch)
tree608e1521773617882ca1b1c1f17f9bde7dc54206 /requirements.txt
parent2e9553ae89595d0c04f7bd93e619b12a26f4224b (diff)
Add Celery tasks and app.
* Stub call from JobHandler to the celery scheduler. * Add pip dependencies.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 7b6257c..5454564 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,5 @@ pycares==0.5.0
tornado==3.2
pymongo
mongomock==1.2.0
+celery[redis]==3.1.10
+redis==2.9.1