remove Django dependencies as they are not used
- move settings to gvafile.settings - use gvafile.settings directly without Django support - initialize Celery without Django - remove Django requirements
This commit is contained in:
parent
af5fb4c773
commit
ea3164b762
17 changed files with 53 additions and 522 deletions
|
@ -1,4 +1,3 @@
|
|||
Django==1.7.1
|
||||
amqp==1.4.6
|
||||
bpython==0.13.1
|
||||
anyjson==0.3.3
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==3.7.1
|
||||
django-debug-toolbar==1.2.2
|
||||
Sphinx==1.2.3
|
||||
sqlparse==0.1.14
|
||||
releases==0.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue