Merge pull request #162 from stefanfoulis/patch-1

fix impossible dependencies of dependencies
This commit is contained in:
Syrus Akbary 2016-05-13 13:36:16 -07:00
commit 4303420d49

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',