We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7511d3 commit bd754c1Copy full SHA for bd754c1
setup.py
@@ -82,9 +82,9 @@ def run_tests(self):
82
83
install_requires=[
84
'six>=1.10.0',
85
- 'graphql-core>=1.0.1',
+ 'graphql-core>=1.1',
86
'graphql-relay>=0.4.5',
87
- 'promise>=1.0.1',
+ 'promise>=2.0',
88
],
89
tests_require=tests_require,
90
extras_require={
tox.ini
@@ -5,7 +5,8 @@ skipsdist = true
5
[testenv]
6
deps=
7
pytest>=2.7.2
8
- graphql-core>=1.0.1
+ graphql-core>=1.1
9
+ promise>=2.0
10
graphql-relay>=0.4.5
11
six
12
blinker
0 commit comments