diff --git a/setup.py b/setup.py index 9ab145e5d..07545998d 100755 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ setup( }, install_requires=[ - 'six', + 'six>=1.9', 'mutagen>=1.31', 'munkres', 'unidecode',