forked from platypush/platypush
Added sound device plugin
This commit is contained in:
parent
7b963f8cf3
commit
be98dcde6a
4 changed files with 393 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -59,7 +59,6 @@ setup(
|
|||
],
|
||||
install_requires = [
|
||||
'pyyaml',
|
||||
'requires',
|
||||
'redis',
|
||||
],
|
||||
extras_require = {
|
||||
|
@ -91,6 +90,7 @@ setup(
|
|||
'Support for Kodi plugin': ['kodi-json'],
|
||||
'Support for Plex plugin': ['plexapi'],
|
||||
'Support for Chromecast plugin': ['pychromecast'],
|
||||
'Support for sound devices': ['sounddevice', 'soundfile', 'numpy'],
|
||||
# 'Support for Leap Motion backend': ['git+ssh://git@github.com:BlackLight/leap-sdk-python3.git'],
|
||||
# 'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue