From ae7e48f7392b1b2ea3b9db3c0e894ead065fef58 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 11 May 2016 21:04:21 -0700 Subject: [PATCH] Commented some requirements for testing --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=[