forked from loafle/openapi-generator-original
install urllib3 < 2.1.0 (#15810)
This commit is contained in:
@@ -24,7 +24,7 @@ NAME = "petstore-api"
|
||||
VERSION = "1.0.0"
|
||||
PYTHON_REQUIRES = ">=3.7"
|
||||
REQUIRES = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"urllib3 >= 1.25.3, < 2.1.0",
|
||||
"python-dateutil",
|
||||
"aiohttp >= 3.0.0",
|
||||
"pem>=19.3.0",
|
||||
|
||||
Reference in New Issue
Block a user