Skip to content

Commit 38e52d6

Browse files
committed
Set upper bounds for setuptools and wheel-filename
1 parent cd31808 commit 38e52d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
devpi-plumber>=0.2.14
2-
setuptools
2+
setuptools<82 # setuptools 82 drops pkg_resources
33
wheel
4-
wheel-filename
4+
wheel-filename<2 # wheel-filename 2 breaks imports of InvalidFilenameError, parse_wheel_filename
55
wheel-inspect>=1.6.0
66
pip>=1.5.3
77
junit-xml>=1.9 # First version to support to_xml_report_file

0 commit comments

Comments
 (0)