Moved iso8601 dependency into graphene-django package

This commit is contained in:
Syrus Akbary 2016-08-14 16:25:59 -07:00
parent 5ca6f6cb7b
commit 35169480d0
2 changed files with 3 additions and 2 deletions

View File

@ -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',
], ],

View File

@ -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',