Skip to content

Commit bd754c1

Browse files
committed
Updated dependencies: use promise 2.0 and graphql-core 1.1
1 parent a7511d3 commit bd754c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ def run_tests(self):
8282

8383
install_requires=[
8484
'six>=1.10.0',
85-
'graphql-core>=1.0.1',
85+
'graphql-core>=1.1',
8686
'graphql-relay>=0.4.5',
87-
'promise>=1.0.1',
87+
'promise>=2.0',
8888
],
8989
tests_require=tests_require,
9090
extras_require={

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ skipsdist = true
55
[testenv]
66
deps=
77
pytest>=2.7.2
8-
graphql-core>=1.0.1
8+
graphql-core>=1.1
9+
promise>=2.0
910
graphql-relay>=0.4.5
1011
six
1112
blinker

0 commit comments

Comments
 (0)