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 bb6d6ef commit 55ca7baCopy full SHA for 55ca7ba
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