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.
2 parents 05518a7 + 71177fe commit 36a902fCopy full SHA for 36a902f
setup.py
@@ -86,10 +86,10 @@ def run_tests(self):
86
packages=find_packages(exclude=['tests', 'tests.*']),
87
88
install_requires=[
89
- 'six>=1.10.0',
90
- 'graphql-core>=2.0',
91
- 'graphql-relay>=0.4.5',
92
- 'promise>=2.1',
+ 'six>=1.10.0,<2',
+ 'graphql-core>=2.0,<3',
+ 'graphql-relay>=0.4.5,<1',
+ 'promise>=2.1,<3',
93
],
94
tests_require=tests_require,
95
extras_require={
0 commit comments