forked from openlp/openlp
Synchronize setup.py with check_dependencies
This commit is contained in:
parent
f7110c69a1
commit
685e46f623
@ -100,6 +100,7 @@ OPTIONAL_MODULES = [
|
|||||||
('pyodbc', '(ODBC support)'),
|
('pyodbc', '(ODBC support)'),
|
||||||
('psycopg2', '(PostgreSQL support)'),
|
('psycopg2', '(PostgreSQL support)'),
|
||||||
('enchant', '(spell checker)'),
|
('enchant', '(spell checker)'),
|
||||||
|
('fitz', '(executable-independent PDF support)'),
|
||||||
('pysword', '(import SWORD bibles)'),
|
('pysword', '(import SWORD bibles)'),
|
||||||
('uno', '(LibreOffice/OpenOffice support)'),
|
('uno', '(LibreOffice/OpenOffice support)'),
|
||||||
# development/testing modules
|
# development/testing modules
|
||||||
|
1
setup.py
1
setup.py
@ -178,6 +178,7 @@ using a computer and a data projector.""",
|
|||||||
'pyobjc-framework-Cocoa; platform_system=="Darwin"',
|
'pyobjc-framework-Cocoa; platform_system=="Darwin"',
|
||||||
'PyQt5 >= 5.12',
|
'PyQt5 >= 5.12',
|
||||||
'PyQtWebEngine',
|
'PyQtWebEngine',
|
||||||
|
'python-vlc',
|
||||||
'pywin32; platform_system=="Windows"',
|
'pywin32; platform_system=="Windows"',
|
||||||
'QtAwesome',
|
'QtAwesome',
|
||||||
'requests',
|
'requests',
|
||||||
|
Loading…
Reference in New Issue
Block a user