diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 93dd28a757..f66cf799c9 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -30,11 +30,11 @@ jobs: path: base-branch sparse-checkout-cone-mode: false sparse-checkout: | - requirements.txt + requirements-own.txt scripts/list_missing_entries.py - name: Instalar dependencias run: | - python -m pip install -r base-branch/requirements.txt + python -m pip install -r base-branch/requirements-own.txt - name: Obtiene lista de archivos con cambios id: changed-files uses: tj-actions/changed-files@v45 diff --git a/requirements-own.txt b/requirements-own.txt new file mode 100644 index 0000000000..9c7ff0787f --- /dev/null +++ b/requirements-own.txt @@ -0,0 +1,16 @@ +# Our own dependencies (alpha-sorted please) +pip +polib +pospell>=1.1 +potodo +powrap>=1.0.2 +pre-commit +Pygments>=2.17.0 +PyICU +setuptools +sphinx-autorun +sphinxemoji +sphinx-intl>=2.3.0 +sphinx-lint==0.7.0 +sphinx-tabs==3.4.5 +tabulate diff --git a/requirements.txt b/requirements.txt index 0ba00ad8e8..b0d1b3af31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,2 @@ -r cpython/Doc/requirements.txt - -# Our own dependencies (alpha-sorted please) -pip -polib -pospell>=1.1 -potodo -powrap>=1.0.2 -pre-commit -Pygments>=2.17.0 -PyICU -setuptools -sphinx-autorun -sphinxemoji -sphinx-intl>=2.3.0 -sphinx-lint==0.7.0 -sphinx-tabs==3.4.5 -tabulate +-r requirements-own.txt pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy