Merge pull request #204 from kived/fix-six-requirement

add version to six requirement
This commit is contained in:
Ryan Pessa 2016-02-11 14:01:53 -06:00
commit 04fcdefc35
1 changed files with 1 additions and 1 deletions

View File

@ -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