Skip to content

Commit 759e945

Browse files
Exclude setuptools 45.0.0 up to 49.9.1
pypa/setuptools#1963
1 parent 0b4ab1e commit 759e945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# and are only used for development and testing.
33
patchelf-wrapper
44
pyinstaller; (python_version <= '3.7')
5+
6+
# https://github.com/pypa/setuptools/issues/1963
7+
# Exclude from 45.0.0 until 49.1.1
8+
setuptools !=45.*, !=46.*, !=47.*, !=48.*, !=49.1.0
9+
510
scuba
611
wheel
712
cffi # Used for test/pyinstall-cffi/

0 commit comments

Comments
 (0)