Skip to content

Commit a9c1592

Browse files
authored
Merge branch '3.13' into traduccion-runpy
2 parents 9389bbe + 70e20ec commit a9c1592

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
path: base-branch
3131
sparse-checkout-cone-mode: false
3232
sparse-checkout: |
33-
requirements.txt
33+
requirements-own.txt
3434
scripts/list_missing_entries.py
3535
- name: Instalar dependencias
3636
run: |
37-
python -m pip install -r base-branch/requirements.txt
37+
python -m pip install -r base-branch/requirements-own.txt
3838
- name: Obtiene lista de archivos con cambios
3939
id: changed-files
4040
uses: tj-actions/changed-files@v45

requirements-own.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Our own dependencies (alpha-sorted please)
2+
pip
3+
polib
4+
pospell>=1.1
5+
potodo
6+
powrap>=1.0.2
7+
pre-commit
8+
Pygments>=2.17.0
9+
PyICU
10+
setuptools
11+
sphinx-autorun
12+
sphinxemoji
13+
sphinx-intl>=2.3.0
14+
sphinx-lint==0.7.0
15+
sphinx-tabs==3.4.5
16+
tabulate

requirements.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
11
-r cpython/Doc/requirements.txt
2-
3-
# Our own dependencies (alpha-sorted please)
4-
pip
5-
polib
6-
pospell>=1.1
7-
potodo
8-
powrap>=1.0.2
9-
pre-commit
10-
Pygments>=2.17.0
11-
PyICU
12-
setuptools
13-
sphinx-autorun
14-
sphinxemoji
15-
sphinx-intl>=2.3.0
16-
sphinx-lint==0.7.0
17-
sphinx-tabs==3.4.5
18-
tabulate
2+
-r requirements-own.txt

0 commit comments

Comments
 (0)