Skip to content

Commit 87071a8

Browse files
committed
add requirements.txt
1 parent a2f29d4 commit 87071a8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: 3.x
3535
- name: Prepare system
36-
run: pip install --user mkdocs mkdocs-material pymdown-extensions pygments markdown-blockdiag mkdocs-bibtex markdown-aafigure mkdocs-build-plantuml-plugin 'Pillow' 'Markdown'
36+
run: pip install --user -r requirements.txt
3737
- name: Checkout
3838
uses: actions/checkout@v5
3939
- name: Setup Pages

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
mkdocs
2+
mkdocs-material
3+
pymdown-extensions
4+
pygments
5+
markdown-blockdiag
6+
mkdocs-bibtex
7+
markdown-aafigure
8+
mkdocs-build-plantuml-plugin
9+
Pillow
10+
Markdown
11+
mkdocs-mermaid2-plugin

0 commit comments

Comments
 (0)