From fb76c1314a660ac201df85ef919ef65e6d7535ae Mon Sep 17 00:00:00 2001
From: Syrus Akbary <me@syrusakbary.com>
Date: Sat, 10 Oct 2015 00:20:47 -0700
Subject: [PATCH] Fixed tests

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4f0aabfd..a686f03d 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
     packages=find_packages(exclude=['tests']),
 
     install_requires=[
-        'six',
+        'six>=1.10.0',
         'blinker',
         'graphql-core==0.1a2',
         'graphql-relay==0.2.0'