diff --git a/setup.py b/setup.py index 54bed3f1..344d6d6e 100644 --- a/setup.py +++ b/setup.py @@ -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={