Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58888ac commit 545cc90Copy full SHA for 545cc90
requirements-own.txt
@@ -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
@@ -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
17
-sphinx-tabs==3.4.5
18
-tabulate
+-r requirements-own.txt
0 commit comments