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

Skip to content

Commit 545cc90

Browse files
committed
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]>
1 parent 58888ac commit 545cc90

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

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)