mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
require mediafile 0.2.0
mediafile 0.2.0 includes the changes used by commit f645400. Update setup.py to
reflect that new version requirement.
This commit is contained in:
parent
f645400c5e
commit
a7e2de2499
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.1.0',
|
||||
'mediafile>=0.2.0',
|
||||
'confuse>=1.0.0',
|
||||
] + [
|
||||
# Avoid a version of munkres incompatible with Python 3.
|
||||
|
|
|
|||
Loading…
Reference in a new issue