Skip to content

Commit eae9ad7

Browse files
Add requirements.txt
1 parent 97ab523 commit eae9ad7

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: astral-sh/setup-uv@v5
2020
- uses: actions/checkout@v4
2121
- run: sudo apt-get install -y gettext
22+
- run: pip install -r requirements.txt
2223
- run: uv run generate.py # generates index.html and index.json
2324
- run: mkdir -p build && cp index.* style.css build
2425
- name: Deploy 🚀

generate.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# /// script
2-
# requires-python = ">=3.11"
3-
# dependencies = [
4-
# "gitpython",
5-
# "potodo",
6-
# "jinja2",
7-
# "docutils",
8-
# ]
9-
# ///
101
import json
112
import concurrent.futures
123
import itertools

generate_metadata.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# /// script
2-
# requires-python = ">=3.11"
3-
# dependencies = [
4-
# "gitpython",
5-
# "potodo",
6-
# "jinja2",
7-
# "sphinx",
8-
# "python-docs-theme",
9-
# "dacite",
10-
# "sphinx-lint",
11-
# ]
12-
# ///
131
import concurrent.futures
142
import itertools
153
import logging

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
gitpython
2+
potodo
3+
jinja2
4+
docutils
5+
sphinx
6+
python-docs-theme
7+
dacite
8+
sphinx-lint

0 commit comments

Comments
 (0)