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