mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Lock munkres to 1.0.x
This commit is contained in:
parent
e8d58432c0
commit
9ca80dd3fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -88,7 +88,7 @@ setup(
|
|||
install_requires=[
|
||||
'six>=1.9',
|
||||
'mutagen>=1.33',
|
||||
'munkres',
|
||||
'munkres~=1.0.0',
|
||||
'unidecode',
|
||||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
|
|
|
|||
Loading…
Reference in a new issue