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 2cd8083 commit 162404eCopy full SHA for 162404e
dependencies/default/constraints.txt
@@ -20,6 +20,8 @@ pluggy==1.6.0
20
Pygments==2.19.2
21
pytest==8.4.1
22
requests==2.32.4
23
+setuptools==80.9.0
24
+setuptools-scm==8.3.0
25
snowballstemmer==3.0.1
26
sortedcontainers==2.4.0
27
Sphinx==8.0.2
tox.ini
@@ -5,6 +5,9 @@ isolated_build = true
5
passenv =
6
CI
7
8
+[pkgenv]
9
+constraints = dependencies/default/constraints.txt
10
+
11
[testenv]
12
package = wheel
13
wheel_build_env = .pkg
0 commit comments