diff --git a/setup.py b/setup.py index 96004f08..1de8b968 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ setup( install_requires=[ "six>=1.10.0,<2", "graphql-core>=2.1,<3", - "graphql-relay>=0.4.5,<1", + "graphql-relay>=2,<3", "aniso8601>=3,<=6", ], tests_require=tests_require,