Updated dependencies: use promise 2.0 and graphql-core 1.1

This commit is contained in:
Syrus Akbary 2017-04-18 22:55:29 -07:00
parent a7511d3a2c
commit bd754c1989
2 changed files with 4 additions and 3 deletions

View File

@ -82,9 +82,9 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
'graphql-core>=1.0.1', 'graphql-core>=1.1',
'graphql-relay>=0.4.5', 'graphql-relay>=0.4.5',
'promise>=1.0.1', 'promise>=2.0',
], ],
tests_require=tests_require, tests_require=tests_require,
extras_require={ extras_require={

View File

@ -5,7 +5,8 @@ skipsdist = true
[testenv] [testenv]
deps= deps=
pytest>=2.7.2 pytest>=2.7.2
graphql-core>=1.0.1 graphql-core>=1.1
promise>=2.0
graphql-relay>=0.4.5 graphql-relay>=0.4.5
six six
blinker blinker