Synchronize setup.py with check_dependencies

This commit is contained in:
Bastian Germann 2019-05-15 22:46:10 +02:00
parent f7110c69a1
commit 685e46f623
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ OPTIONAL_MODULES = [
('pyodbc', '(ODBC support)'),
('psycopg2', '(PostgreSQL support)'),
('enchant', '(spell checker)'),
('fitz', '(executable-independent PDF support)'),
('pysword', '(import SWORD bibles)'),
('uno', '(LibreOffice/OpenOffice support)'),
# development/testing modules

View File

@ -178,6 +178,7 @@ using a computer and a data projector.""",
'pyobjc-framework-Cocoa; platform_system=="Darwin"',
'PyQt5 >= 5.12',
'PyQtWebEngine',
'python-vlc',
'pywin32; platform_system=="Windows"',
'QtAwesome',
'requests',