Skip to content

Commit 49a7b15

Browse files
committed
move graphql-django-view to djanog extras.
1 parent 5a1e014 commit 49a7b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def run_tests(self):
5757
'six>=1.10.0',
5858
'blinker',
5959
'graphql-core==0.4.7b2',
60-
'graphql-django-view>=1.0.0',
6160
'graphql-relay==0.3.3'
6261
],
6362
tests_require=[
@@ -68,6 +67,7 @@ def run_tests(self):
6867
'django': [
6968
'Django>=1.6.0,<1.9',
7069
'singledispatch>=3.4.0.3',
70+
'graphql-django-view>=1.0.0',
7171
],
7272
},
7373

0 commit comments

Comments
 (0)