Skip to content

Commit c3e3344

Browse files
committed
Require version 3 of graphql-core
1 parent de98eb6 commit c3e3344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'Programming Language :: Python :: 3.7',
2929
'Programming Language :: Python :: Implementation :: PyPy',
3030
],
31-
install_requires=['graphql-core-next>=1.0.5'],
31+
install_requires=['graphql-core>=3.0.0a0'],
3232
python_requires='>=3.6,<4',
3333
packages=find_packages('src'),
3434
package_dir={'': 'src'},

0 commit comments

Comments
 (0)