mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
move graphql-django-view
to djanog extras.
This commit is contained in:
parent
5a1e014b9a
commit
49a7b15a47
2
setup.py
2
setup.py
|
@ -57,7 +57,6 @@ setup(
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'blinker',
|
'blinker',
|
||||||
'graphql-core==0.4.7b2',
|
'graphql-core==0.4.7b2',
|
||||||
'graphql-django-view>=1.0.0',
|
|
||||||
'graphql-relay==0.3.3'
|
'graphql-relay==0.3.3'
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
@ -68,6 +67,7 @@ setup(
|
||||||
'django': [
|
'django': [
|
||||||
'Django>=1.6.0,<1.9',
|
'Django>=1.6.0,<1.9',
|
||||||
'singledispatch>=3.4.0.3',
|
'singledispatch>=3.4.0.3',
|
||||||
|
'graphql-django-view>=1.0.0',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user