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 bb6d6ef + 55ca7ba commit 13cf990Copy full SHA for 13cf990
setup.py
@@ -21,8 +21,8 @@
21
keywords='api graphql protocol aiohttp',
22
packages=find_packages(exclude=['tests']),
23
install_requires=[
24
- 'graphql-core>=2.0.dev',
25
- 'graphql-server-core>=1.0.dev',
+ 'graphql-core>=2.0.dev,<3',
+ 'graphql-server-core>=1.0.dev,<2',
26
'aiohttp>=2.0.0',
27
'pytest-runner',
28
],
0 commit comments