mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Add a full requirements for doc build.
parent
cc465a050c
commit
2ae681cebc
|
|
@ -117,8 +117,8 @@ build-developers-doc:
|
||||||
- python3 -m venv doc-venv
|
- python3 -m venv doc-venv
|
||||||
- . doc-venv/bin/activate
|
- . doc-venv/bin/activate
|
||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
- pip3 install -r ../requirements.txt
|
- pip3 install -r ../full-requirements.txt
|
||||||
- pip3 install -U -r ../requirements.txt
|
- pip3 install -U -r ../full-requirements.txt
|
||||||
- pip3 install pdoc3
|
- pip3 install pdoc3
|
||||||
- pdoc --html .
|
- pdoc --html .
|
||||||
# Create archive
|
# Create archive
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
PyQt5==5.15.4
|
||||||
|
PyQt5-Qt5==5.15.2
|
||||||
|
PyQt5-sip==12.12.2
|
||||||
|
PyQtWebEngine==5.15.6
|
||||||
|
QScintilla>=2.14.1
|
||||||
|
pyqtgraph>=0.12.1
|
||||||
|
matplotlib>=3.4.1
|
||||||
|
numpy>=1.24.2
|
||||||
|
colorama>=0.4.3
|
||||||
|
pyinstaller>=5.11.0
|
||||||
|
shapely>=2.0.1
|
||||||
Loading…
Reference in New Issue