diff --git a/setup.py b/setup.py index 3c08d62fa..2af83a08b 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,6 @@ using a computer and a display/projector.""", 'PyQt5 >= 5.12', 'PyQtWebEngine', 'Pyro4; platform_system=="Darwin"', - 'python-vlc', 'pywin32; platform_system=="Windows"', 'QtAwesome', "qrcode", @@ -129,6 +128,7 @@ using a computer and a display/projector.""", 'darkstyle': ['QDarkStyle'], 'mysql': ['PyMySQL'], 'odbc': ['pyodbc'], + 'mp4': ['python-vlc'], 'postgresql': ['psycopg2'], 'spellcheck': ['pyenchant >= 1.6'], 'sword-bibles': ['pysword'],