diff --git a/setup.py b/setup.py index 52b6f382..925518f0 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,8 @@ setup( install_requires=[ 'six>=1.10.0', - 'graphql-core>=0.5.0', - 'graphql-relay==0.3.3', + # 'graphql-core>=0.5.0', + # 'graphql-relay==0.4.2', 'iso8601', ], tests_require=[