forked from loafle/openapi-generator-original
feat: [python/asyncio] use ssl argument instead of ssl_context (deprecated from aiohttp>=3.0.0) (#1724)
This commit is contained in:
committed by
William Cheng
parent
d38b9e588b
commit
89a0ffa66c
@@ -22,7 +22,7 @@ VERSION = "1.0.0"
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
|
||||
REQUIRES.append("aiohttp")
|
||||
REQUIRES.append("aiohttp >= 3.0.0")
|
||||
|
||||
setup(
|
||||
name=NAME,
|
||||
|
||||
Reference in New Issue
Block a user