Added missing vlc requirements

This commit is contained in:
Fabio Manganiello 2021-02-28 01:09:35 +01:00
parent d0707b6479
commit 708ce210ba
2 changed files with 5 additions and 0 deletions

View File

@ -304,3 +304,6 @@ croniter
# Generic support for cameras
# Pillow
# VLC integration
# python-vlc

View File

@ -243,5 +243,7 @@ setup(
'nextcloud': ['nextcloud-API @ git+https://github.com/EnterpriseyIntranet/nextcloud-API.git'],
# Support for GStreamer integration
'gstreamer': ['gst-python'],
# Support for VLC integration
'vlc': ['python-vlc'],
},
)