mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Use graphql-core 3 instead of graphql-core-next
This commit is contained in:
parent
a02ea47681
commit
b3b9b4fc9e
4
setup.py
4
setup.py
|
@ -80,9 +80,9 @@ setup(
|
||||||
keywords="api graphql protocol rest relay graphene",
|
keywords="api graphql protocol rest relay graphene",
|
||||||
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"graphql-core-next>=1.1.0b0,<2",
|
"graphql-core>=3.0.0a0,<4",
|
||||||
"graphql-relay>=3.0.0a0,<4",
|
"graphql-relay>=3.0.0a0,<4",
|
||||||
"aniso8601~=6.0.0"
|
"aniso8601~=6.0.0",
|
||||||
],
|
],
|
||||||
tests_require=tests_require,
|
tests_require=tests_require,
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user