mirror of https://github.com/status-im/cabot.git
Move sqlalchemy to requirements-dev.txt
It's only used for tests (to use sqlite as celery queue)
This commit is contained in:
parent
da2cbe85c0
commit
f59d02926a
|
@ -1,4 +1,5 @@
|
|||
coverage==4.2
|
||||
django_coverage_plugin==1.3.1
|
||||
mock==1.0.1
|
||||
sqlalchemy==1.1.5
|
||||
ipdb
|
||||
|
|
|
@ -30,4 +30,3 @@ twilio==3.4.1
|
|||
wsgiref==0.1.2
|
||||
python-dateutil==2.1
|
||||
django-auth-ldap==1.2.6
|
||||
sqlalchemy==1.1.5
|
||||
|
|
Loading…
Reference in New Issue