mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
add six as a new dependency for beets
This commit is contained in:
parent
cc6465d31e
commit
695ac781c2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -86,6 +86,7 @@ setup(
|
|||
},
|
||||
|
||||
install_requires=[
|
||||
'six',
|
||||
'enum34>=1.0.4',
|
||||
'mutagen>=1.27',
|
||||
'munkres',
|
||||
|
|
|
|||
Loading…
Reference in a new issue