Updated requirements

This commit is contained in:
Syrus Akbary 2016-05-21 00:35:12 -07:00
parent ae8a23bfb8
commit 3093d2b300
2 changed files with 5 additions and 5 deletions

View File

@ -55,8 +55,8 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
'graphql-core>=0.5.0', 'graphql-core>=0.5.1',
'graphql-relay>=0.4.1', 'graphql-relay>=0.4.2',
'iso8601', 'iso8601',
], ],
tests_require=[ tests_require=[

View File

@ -7,9 +7,9 @@ deps=
pytest>=2.7.2 pytest>=2.7.2
django>=1.8.0,<1.9 django>=1.8.0,<1.9
pytest-django pytest-django
graphql-django-view==1.3b1 graphql-django-view==1.3
graphql-core>=0.5.0 graphql-core>=0.5.1
graphql-relay>=0.4.1 graphql-relay>=0.4.2
six six
blinker blinker
singledispatch singledispatch