Skip to content

Commit 13cf990

Browse files
authored
Merge pull request #11 from jkimbo/patch-1
Pin graphql-core to <3
2 parents bb6d6ef + 55ca7ba commit 13cf990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
keywords='api graphql protocol aiohttp',
2222
packages=find_packages(exclude=['tests']),
2323
install_requires=[
24-
'graphql-core>=2.0.dev',
25-
'graphql-server-core>=1.0.dev',
24+
'graphql-core>=2.0.dev,<3',
25+
'graphql-server-core>=1.0.dev,<2',
2626
'aiohttp>=2.0.0',
2727
'pytest-runner',
2828
],

0 commit comments

Comments
 (0)