Updated external dependencies

This commit is contained in:
Syrus Akbary 2016-12-01 21:18:37 -08:00
parent 4a31c5a927
commit da3683028e
2 changed files with 5 additions and 5 deletions

View File

@ -70,9 +70,9 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
'graphql-core>=1.0', 'graphql-core>=1.0.1',
'graphql-relay>=0.4.4', 'graphql-relay>=0.4.5',
'promise', 'promise>=1.0.1',
], ],
tests_require=[ tests_require=[
'pytest>=2.7.2', 'pytest>=2.7.2',

View File

@ -5,8 +5,8 @@ skipsdist = true
[testenv] [testenv]
deps= deps=
pytest>=2.7.2 pytest>=2.7.2
graphql-core>=0.5.1 graphql-core>=1.0.1
graphql-relay>=0.4.3 graphql-relay>=0.4.5
six six
blinker blinker
singledispatch singledispatch