Use urllib3<2.0
This commit is contained in:
parent
4f059cdcf8
commit
5c93b64da5
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ requires = [
|
||||||
"conan>=2.0",
|
"conan>=2.0",
|
||||||
"setuptools>=45",
|
"setuptools>=45",
|
||||||
"lipomerge>=0.1.1",
|
"lipomerge>=0.1.1",
|
||||||
|
"urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168)
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue