From 0ccaf1a8e95169a4464b253005a8d98e12c562d7 Mon Sep 17 00:00:00 2001 From: Michael Whalen Date: Wed, 25 Oct 2017 14:24:42 -0400 Subject: [PATCH] Pin versions of upstream requirements. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3405e0c5..438f1d39 100644 --- a/setup.py +++ b/setup.py @@ -82,9 +82,9 @@ setup( install_requires=[ 'six>=1.10.0', - 'graphql-core>=1.1', - 'graphql-relay>=0.4.5', - 'promise>=2.0', + 'graphql-core==1.1', + 'graphql-relay==0.4.5', + 'promise==2.0.2', ], tests_require=tests_require, extras_require={