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 cd31808 commit 38e52d6Copy full SHA for 38e52d6
1 file changed
core-requirements.txt
@@ -1,7 +1,7 @@
1
devpi-plumber>=0.2.14
2
-setuptools
+setuptools<82 # setuptools 82 drops pkg_resources
3
wheel
4
-wheel-filename
+wheel-filename<2 # wheel-filename 2 breaks imports of InvalidFilenameError, parse_wheel_filename
5
wheel-inspect>=1.6.0
6
pip>=1.5.3
7
junit-xml>=1.9 # First version to support to_xml_report_file
0 commit comments