forked from loafle/openapi-generator-original
[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:
@@ -20,8 +20,7 @@ VERSION = "1.0.0"
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = [
|
||||
"urllib3 >= 1.15",
|
||||
"certifi",
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil",
|
||||
"nulltype",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user