From 5bf2246e4154318e40fcf8d1e5317fae4070b3c2 Mon Sep 17 00:00:00 2001 From: Ryan Pessa Date: Thu, 11 Feb 2016 13:53:24 -0600 Subject: [PATCH] add version to six requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f05aba0..1f19206 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ library_dirs = [] lib_location = None extra_link_args = [] include_dirs = [] -install_requires = ['six'] +install_requires = ['six>=1.7.0'] # detect Python for android platform = sys.platform