forked from openlp/openlp
Update dependencies to fit webengine
This commit is contained in:
parent
a867c54b94
commit
0e24bf9017
@ -7,16 +7,13 @@ clone_script:
|
|||||||
- mv BRANCHPATH openlp-branch
|
- mv BRANCHPATH openlp-branch
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PYTHON: C:\\Python34
|
PYTHON: C:\\Python37-x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install dependencies from pypi
|
# Install dependencies from pypi
|
||||||
- "%PYTHON%\\python.exe -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python nose mock pyodbc==4.0.8 psycopg2 pypiwin32==219 pyenchant pymediainfo websockets asyncio waitress six webob requests QtAwesome"
|
- "%PYTHON%\\python.exe -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python nose mock pyodbc psycopg2 pypiwin32 pyenchant websockets asyncio waitress six webob requests QtAwesome PyQt5"
|
||||||
# Download and install pyicu (originally from http://www.lfd.uci.edu/~gohlke/pythonlibs/)
|
# Download and install pyicu (originally from http://www.lfd.uci.edu/~gohlke/pythonlibs/)
|
||||||
- "%PYTHON%\\python.exe -m pip install https://get.openlp.org/win-sdk/PyICU-1.9.5-cp34-cp34m-win32.whl"
|
- "%PYTHON%\\python.exe -m pip install https://get.openlp.org/win-sdk/PyICU-2.1-cp37-cp37m-win_amd64.whl"
|
||||||
# Download and install PyQt5
|
|
||||||
- appveyor DownloadFile http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-5.5.1/PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe
|
|
||||||
- PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe /S
|
|
||||||
# Download and unpack mupdf
|
# Download and unpack mupdf
|
||||||
- appveyor DownloadFile http://mupdf.com/downloads/archive/mupdf-1.9a-windows.zip
|
- appveyor DownloadFile http://mupdf.com/downloads/archive/mupdf-1.9a-windows.zip
|
||||||
- 7z x mupdf-1.9a-windows.zip
|
- 7z x mupdf-1.9a-windows.zip
|
||||||
@ -38,11 +35,8 @@ test_script:
|
|||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# This is where we create a package using PyInstaller
|
# This is where we create a package using PyInstaller
|
||||||
# First get PyInstaller
|
# Install PyInstaller
|
||||||
- appveyor DownloadFile https://github.com/pyinstaller/pyinstaller/releases/download/v3.2/PyInstaller-3.2.zip
|
- "%PYTHON%\\python.exe -m pip install pyinstaller"
|
||||||
- 7z x PyInstaller-3.2.zip
|
|
||||||
# Install PyInstaller dependencies
|
|
||||||
- "%PYTHON%\\python.exe -m pip install future pefile"
|
|
||||||
# Download and install Inno Setup - used for packaging
|
# Download and install Inno Setup - used for packaging
|
||||||
- appveyor DownloadFile http://www.jrsoftware.org/download.php/is-unicode.exe
|
- appveyor DownloadFile http://www.jrsoftware.org/download.php/is-unicode.exe
|
||||||
- is-unicode.exe /VERYSILENT /SUPPRESSMSGBOXES /SP-
|
- is-unicode.exe /VERYSILENT /SUPPRESSMSGBOXES /SP-
|
||||||
|
@ -75,9 +75,8 @@ MODULES = [
|
|||||||
'PyQt5.QtOpenGL',
|
'PyQt5.QtOpenGL',
|
||||||
'PyQt5.QtSvg',
|
'PyQt5.QtSvg',
|
||||||
'PyQt5.QtTest',
|
'PyQt5.QtTest',
|
||||||
'PyQt5.QtWebKit',
|
'PyQt5.QtWebEngineWidgets',
|
||||||
'PyQt5.QtMultimedia',
|
'PyQt5.QtMultimedia',
|
||||||
'pymediainfo',
|
|
||||||
'appdirs',
|
'appdirs',
|
||||||
'sqlalchemy',
|
'sqlalchemy',
|
||||||
'alembic',
|
'alembic',
|
||||||
|
Loading…
Reference in New Issue
Block a user