mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
[setup.py] Update optional plugin dependencies
echonest and mpdstats plugins need pyechonest and python-mpd respectively so let's list them properly
This commit is contained in:
parent
a8d3fd25b6
commit
395540f0cd
2 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* :doc:`/plugins/web`: Lyrics now display readably with correct line breaks.
|
||||
Also, the detail view scrolls to reveal all of the lyrics. Thanks to Meet
|
||||
Udeshi.
|
||||
* Update optional plugin dependencies in setup.py
|
||||
|
||||
|
||||
1.3.6 (May 10, 2014)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -99,8 +99,10 @@ setup(
|
|||
'fetchart': ['requests'],
|
||||
'chroma': ['pyacoustid'],
|
||||
'discogs': ['discogs-client'],
|
||||
'echonest': ['pyechonest'],
|
||||
'echonest_tempo': ['pyechonest'],
|
||||
'lastgenre': ['pylast'],
|
||||
'mpdstats': ['python-mpd'],
|
||||
'web': ['flask'],
|
||||
'import': ['rarfile'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue