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=[
'six>=1.10.0',
'graphql-core>=1.0',
'graphql-relay>=0.4.4',
'promise',
'graphql-core>=1.0.1',
'graphql-relay>=0.4.5',
'promise>=1.0.1',
],
tests_require=[
'pytest>=2.7.2',

View File

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