depend on six>=1.9 as it adds functions we need

1.9.0 is the release that added the `@py2_unicode_compatible` and the
3.x compatible unittest aliases we rely on
This commit is contained in:
Johnny Robeson 2016-07-31 03:59:44 -04:00
parent 8b21346fdd
commit 86cfe24d79

View file

@ -86,7 +86,7 @@ setup(
},
install_requires=[
'six',
'six>=1.9',
'mutagen>=1.31',
'munkres',
'unidecode',