Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arregla GHA que agrega comentario sobre entradas faltantes #3305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Keep our own requirements in a separate file
That will allow us to install only those if necessary (hint: we need
to, sometimes).

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Nov 23, 2024
commit 545cc908eba48f6cc0263bb5dce64119d3d97f9b
16 changes: 16 additions & 0 deletions requirements-own.txt
Original file line number Diff line number Diff line change
@@ -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
18 changes: 1 addition & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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