fix impossible dependencies of dependencies

fixes #161
This commit is contained in:
Stefan Foulis 2016-05-13 21:59:09 +02:00
parent 5b63084802
commit 7115306156

View File

@ -73,7 +73,7 @@ setup(
'django': [
'Django>=1.6.0',
'singledispatch>=3.4.0.3',
'graphql-django-view==1.3b1',
'graphql-django-view>=1.3',
],
'sqlalchemy': [
'sqlalchemy',