add celery and sqlparse requirements

This commit is contained in:
Jan Dittberner 2014-05-30 00:17:21 +02:00
parent ccb7fc7b6b
commit b736d5c041
2 changed files with 2 additions and 0 deletions

View file

@ -5,3 +5,4 @@ django-braces==1.4.0
django-model-utils==2.0.3
logutils==0.3.3
South==0.8.4
celery==3.1.11

View file

@ -3,3 +3,4 @@
coverage==3.7.1
django-debug-toolbar==1.2.1
Sphinx==1.2.2
sqlparse==0.1.11