[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:
Stanislav Ochotnicky 2014-05-13 19:11:53 +02:00
parent a8d3fd25b6
commit 395540f0cd
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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'],
},