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:
Adrian Sampson 2013-02-18 17:36:10 -08:00
parent eb32fa4c0e
commit bb0c4f445b

View file

@ -71,7 +71,7 @@ setup(name='beets',
},
install_requires=[
'mutagen',
'mutagen>=1.20',
'munkres',
'unidecode',
'musicbrainzngs>=0.2',