From b3b9b4fc9e03d03150210bb2f13292b73875b4b0 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Thu, 1 Aug 2019 19:23:38 +0200 Subject: [PATCH] Use graphql-core 3 instead of graphql-core-next --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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={