forked from platypush/platypush
Added lxml as a requirement for YouTube search (from BeautifulSoup4)
This commit is contained in:
parent
ab19e258bb
commit
78e08cc3bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -74,7 +74,7 @@ setup(
|
|||
'Support for Belkin WeMo Switch plugin': ['ouimeaux'],
|
||||
'Support for text2speech plugin': ['mplayer'],
|
||||
'Support for OMXPlayer plugin': ['omxplayer'],
|
||||
'Support for YouTube in the OMXPlayer plugin': ['youtube-dl', 'beautifulsoup4'],
|
||||
'Support for YouTube in the OMXPlayer plugin': ['youtube-dl', 'beautifulsoup4', 'lxml'],
|
||||
'Support for Google Assistant': ['google-assistant-library'],
|
||||
'Support for the Google APIs': ['google-api-python-client'],
|
||||
'Support for most of the HTTP poll backends': ['python-dateutil'],
|
||||
|
|
Loading…
Reference in a new issue