mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 21:57:08 +00:00
[Python][Client] Default to system CA instead of certifi (#8108)
* Use system CA by default and remove certifi See https://github.com/OpenAPITools/openapi-generator/issues/6506 * Use system CA by default in asyncio client * Update README_onlypackage.mustache * Result of ./bin/generate-samples.sh * Add ssl_ca_cert argument for Configuration * Result of ./bin/generate-samples.sh * Remove certifi, use system CA by default
This commit is contained in:
@@ -21,7 +21,7 @@ VERSION = "1.0.0"
|
||||
# prerequisite: setuptools
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
|
||||
REQUIRES = ["urllib3 >= 1.25.3", "six >= 1.10", "python-dateutil"]
|
||||
REQUIRES.append("aiohttp >= 3.0.0")
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user