From 8a0ebd749a870d9a8a0ed157beab56ef7a0d6888 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Mon, 15 Jul 2019 20:30:17 +0200 Subject: [PATCH] Update required versions of core and relay --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 96004f08..d20d65fa 100644 --- a/setup.py +++ b/setup.py @@ -85,8 +85,8 @@ setup( packages=find_packages(exclude=["tests", "tests.*", "examples"]), install_requires=[ "six>=1.10.0,<2", - "graphql-core>=2.1,<3", - "graphql-relay>=0.4.5,<1", + "graphql-core>=2.2,<3", + "graphql-relay>=2.0,<3", "aniso8601>=3,<=6", ], tests_require=tests_require,