Use graphql-core 3 instead of graphql-core-next

This commit is contained in:
Christoph Zwerschke 2019-08-01 19:23:38 +02:00 committed by Mel van Londen
parent a02ea47681
commit b3b9b4fc9e

View File

@ -80,9 +80,9 @@ setup(
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
install_requires=[
"graphql-core-next>=1.1.0b0,<2",
"graphql-core>=3.0.0a0,<4",
"graphql-relay>=3.0.0a0,<4",
"aniso8601~=6.0.0"
"aniso8601~=6.0.0",
],
tests_require=tests_require,
extras_require={