We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a31c5a commit da36830Copy full SHA for da36830
setup.py
@@ -70,9 +70,9 @@ def run_tests(self):
70
71
install_requires=[
72
'six>=1.10.0',
73
- 'graphql-core>=1.0',
74
- 'graphql-relay>=0.4.4',
75
- 'promise',
+ 'graphql-core>=1.0.1',
+ 'graphql-relay>=0.4.5',
+ 'promise>=1.0.1',
76
],
77
tests_require=[
78
'pytest>=2.7.2',
tox.ini
@@ -5,8 +5,8 @@ skipsdist = true
5
[testenv]
6
deps=
7
pytest>=2.7.2
8
- graphql-core>=0.5.1
9
- graphql-relay>=0.4.3
+ graphql-core>=1.0.1
+ graphql-relay>=0.4.5
10
six
11
blinker
12
singledispatch
0 commit comments