mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-09 08:00:39 +03:00
Moved iso8601 dependency into graphene-django package
This commit is contained in:
parent
5ca6f6cb7b
commit
35169480d0
|
@ -35,6 +35,7 @@ setup(
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'graphene>=1.0',
|
'graphene>=1.0',
|
||||||
'Django>=1.6.0',
|
'Django>=1.6.0',
|
||||||
|
'iso8601',
|
||||||
'singledispatch>=3.4.0.3',
|
'singledispatch>=3.4.0.3',
|
||||||
'graphql-django-view>=1.3',
|
'graphql-django-view>=1.3',
|
||||||
],
|
],
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -55,9 +55,9 @@ setup(
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0',
|
'six>=1.10.0',
|
||||||
'graphql-core>=0.5.1',
|
'graphql-core>=1.0.dev',
|
||||||
'graphql-relay>=0.4.4',
|
'graphql-relay>=0.4.4',
|
||||||
'iso8601',
|
'promise',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest>=2.7.2',
|
'pytest>=2.7.2',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user