mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
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:
parent
8b21346fdd
commit
86cfe24d79
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -86,7 +86,7 @@ setup(
|
|||
},
|
||||
|
||||
install_requires=[
|
||||
'six',
|
||||
'six>=1.9',
|
||||
'mutagen>=1.31',
|
||||
'munkres',
|
||||
'unidecode',
|
||||
|
|
|
|||
Loading…
Reference in a new issue