mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
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:
parent
8519f02335
commit
2a7c27352e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue