remove Django dependencies
This commit is contained in:
parent
cf62cc6946
commit
1ef49fbebc
2 changed files with 0 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
Django==1.7.1
|
|
||||||
amqp==1.4.6
|
amqp==1.4.6
|
||||||
bpython==0.13.1
|
bpython==0.13.1
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
argparse==1.2.1
|
|
||||||
billiard==3.3.0.19
|
billiard==3.3.0.19
|
||||||
celery==3.1.17
|
celery==3.1.17
|
||||||
kombu==3.0.24
|
kombu==3.0.24
|
||||||
pytz==2014.10
|
pytz==2014.10
|
||||||
wsgiref==0.1.2
|
|
||||||
mysqlclient==1.3.4
|
mysqlclient==1.3.4
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
django-debug-toolbar==1.2.2
|
|
||||||
Sphinx==1.2.3
|
Sphinx==1.2.3
|
||||||
sqlparse==0.1.14
|
sqlparse==0.1.14
|
||||||
releases==0.7.0
|
releases==0.7.0
|
||||||
|
|
Loading…
Reference in a new issue