move graphql-django-view to djanog extras.

This commit is contained in:
Jake 2015-11-13 16:55:00 -05:00
parent 5a1e014b9a
commit 49a7b15a47

View File

@ -57,7 +57,6 @@ setup(
'six>=1.10.0',
'blinker',
'graphql-core==0.4.7b2',
'graphql-django-view>=1.0.0',
'graphql-relay==0.3.3'
],
tests_require=[
@ -68,6 +67,7 @@ setup(
'django': [
'Django>=1.6.0,<1.9',
'singledispatch>=3.4.0.3',
'graphql-django-view>=1.0.0',
],
},