mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
require mutagen >= 1.20
This release fixes several bugs, one of which influences the test cases of beets (in particular, the MusePack bitrate calculation).
This commit is contained in:
parent
eb32fa4c0e
commit
bb0c4f445b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -71,7 +71,7 @@ setup(name='beets',
|
|||
},
|
||||
|
||||
install_requires=[
|
||||
'mutagen',
|
||||
'mutagen>=1.20',
|
||||
'munkres',
|
||||
'unidecode',
|
||||
'musicbrainzngs>=0.2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue