mediafile: replace with a wrapper around mediafile

This commit is contained in:
Carl Suster 2019-04-23 17:28:25 +10:00
parent 5d5fc09b2b
commit 8519f02335
2 changed files with 9 additions and 2088 deletions

File diff suppressed because it is too large Load diff

View file

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