forked from platypush/platypush
Added missing vlc requirements
This commit is contained in:
parent
d0707b6479
commit
708ce210ba
2 changed files with 5 additions and 0 deletions
|
@ -304,3 +304,6 @@ croniter
|
||||||
|
|
||||||
# Generic support for cameras
|
# Generic support for cameras
|
||||||
# Pillow
|
# Pillow
|
||||||
|
|
||||||
|
# VLC integration
|
||||||
|
# python-vlc
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -243,5 +243,7 @@ setup(
|
||||||
'nextcloud': ['nextcloud-API @ git+https://github.com/EnterpriseyIntranet/nextcloud-API.git'],
|
'nextcloud': ['nextcloud-API @ git+https://github.com/EnterpriseyIntranet/nextcloud-API.git'],
|
||||||
# Support for GStreamer integration
|
# Support for GStreamer integration
|
||||||
'gstreamer': ['gst-python'],
|
'gstreamer': ['gst-python'],
|
||||||
|
# Support for VLC integration
|
||||||
|
'vlc': ['python-vlc'],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue