Improve SSL certs used by aiohttp (#9958)
* Improve SSL certs used by aiohttp * Add certifi package * Lint
This commit is contained in:
parent
38cb32afd6
commit
6cce934f72
5 changed files with 14 additions and 5 deletions
1
setup.py
1
setup.py
|
@ -26,6 +26,7 @@ REQUIRES = [
|
|||
'async_timeout==2.0.0',
|
||||
'chardet==3.0.4',
|
||||
'astral==1.4',
|
||||
'certifi>=2017.4.17',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue