ci: Add a full requirements for doc build.

setup.py
Pierre-Antoine Rouby 2023-10-11 16:52:09 +02:00
parent cc465a050c
commit 2ae681cebc
2 changed files with 13 additions and 2 deletions

View File

@ -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

11
full-requirements.txt Normal file
View File

@ -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