mediafile: bump MediaFile dependency to 0.1.0

This version is synchronised to the embedded copy of mediafile released
with Beets v1.4.8.
This commit is contained in:
Carl Suster 2019-05-18 11:32:11 +10:00
parent 8519f02335
commit 2a7c27352e

View file

@ -91,7 +91,7 @@ setup(
'unidecode',
'musicbrainzngs>=0.4',
'pyyaml',
'mediafile>=0.0.1',
'mediafile>=0.1.0',
] + [
# Avoid a version of munkres incompatible with Python 3.
'munkres~=1.0.0' if sys.version_info < (3, 5, 0) else