add celery and sqlparse requirements
This commit is contained in:
parent
ccb7fc7b6b
commit
b736d5c041
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@ django-braces==1.4.0
|
||||||
django-model-utils==2.0.3
|
django-model-utils==2.0.3
|
||||||
logutils==0.3.3
|
logutils==0.3.3
|
||||||
South==0.8.4
|
South==0.8.4
|
||||||
|
celery==3.1.11
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
django-debug-toolbar==1.2.1
|
django-debug-toolbar==1.2.1
|
||||||
Sphinx==1.2.2
|
Sphinx==1.2.2
|
||||||
|
sqlparse==0.1.11
|
||||||
|
|
Loading…
Reference in a new issue