forked from openlp/openlp
Synchronize dependencies
This commit is contained in:
parent
28f359281f
commit
7e4a586a97
@ -62,6 +62,7 @@ LINUX_MODULES = [
|
|||||||
|
|
||||||
MACOSX_MODULES = [
|
MACOSX_MODULES = [
|
||||||
'objc',
|
'objc',
|
||||||
|
'Pyro4',
|
||||||
'AppKit'
|
'AppKit'
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -106,9 +107,8 @@ OPTIONAL_MODULES = [
|
|||||||
('uno', '(LibreOffice/OpenOffice support)'),
|
('uno', '(LibreOffice/OpenOffice support)'),
|
||||||
# development/testing modules
|
# development/testing modules
|
||||||
('jenkins', '(access jenkins api)'),
|
('jenkins', '(access jenkins api)'),
|
||||||
('launchpadlib', '(launchpad script support)'),
|
|
||||||
('pytest', '(testing framework)'),
|
('pytest', '(testing framework)'),
|
||||||
('pylint', '(linter)')
|
('flake8', '(linter)')
|
||||||
]
|
]
|
||||||
|
|
||||||
w = sys.stdout.write
|
w = sys.stdout.write
|
||||||
|
4
setup.py
4
setup.py
@ -109,6 +109,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',
|
||||||
|
'Pyro4; platform_system=="Darwin"',
|
||||||
'python-vlc',
|
'python-vlc',
|
||||||
'pywin32; platform_system=="Windows"',
|
'pywin32; platform_system=="Windows"',
|
||||||
'QtAwesome',
|
'QtAwesome',
|
||||||
@ -122,14 +123,13 @@ using a computer and a data projector.""",
|
|||||||
extras_require={
|
extras_require={
|
||||||
'agpl-pdf': ['PyMuPDF'],
|
'agpl-pdf': ['PyMuPDF'],
|
||||||
'darkstyle': ['QDarkStyle'],
|
'darkstyle': ['QDarkStyle'],
|
||||||
'mysql': ['pymysql'],
|
'mysql': ['PyMySQL'],
|
||||||
'odbc': ['pyodbc'],
|
'odbc': ['pyodbc'],
|
||||||
'postgresql': ['psycopg2'],
|
'postgresql': ['psycopg2'],
|
||||||
'spellcheck': ['pyenchant >= 1.6'],
|
'spellcheck': ['pyenchant >= 1.6'],
|
||||||
'sword-bibles': ['pysword'],
|
'sword-bibles': ['pysword'],
|
||||||
# Required for scripts/*.py:
|
# Required for scripts/*.py:
|
||||||
'jenkins': ['python-jenkins'],
|
'jenkins': ['python-jenkins'],
|
||||||
'launchpad': ['launchpadlib'],
|
|
||||||
'test': [
|
'test': [
|
||||||
'PyMuPDF',
|
'PyMuPDF',
|
||||||
'pyodbc',
|
'pyodbc',
|
||||||
|
Loading…
Reference in New Issue
Block a user