Removed GraphQL-Django-View from dependencies

This commit is contained in:
Syrus Akbary 2016-09-19 22:41:18 -07:00
parent 8caa2cd00f
commit 2a889d2eb2

View File

@ -37,7 +37,6 @@ setup(
'Django>=1.6.0',
'iso8601',
'singledispatch>=3.4.0.3',
'graphql-django-view>=1.3',
],
tests_require=[
'django-filter>=0.10.0',