mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 03:34:31 +01:00
require py-mb-ngs 0.4
The MusicBrainz search API changed. This version fixes compatibility with that, so changing our dependency version will make users upgrade automatically when upgrading to 1.1.1.
This commit is contained in:
parent
9dd5e84c60
commit
3126ce697c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(name='beets',
|
|||
'mutagen>=1.21',
|
||||
'munkres',
|
||||
'unidecode',
|
||||
'musicbrainzngs>=0.3',
|
||||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
]
|
||||
+ (['colorama'] if (sys.platform == 'win32') else [])
|
||||
|
|
|
|||
Loading…
Reference in a new issue