Move sqlalchemy to requirements-dev.txt

It's only used for tests (to use sqlite as celery queue)
This commit is contained in:
Frank Hamand 2017-02-16 11:58:11 +00:00
parent da2cbe85c0
commit f59d02926a
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
coverage==4.2
django_coverage_plugin==1.3.1
mock==1.0.1
sqlalchemy==1.1.5
ipdb

View File

@ -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