Upgrade to aiohttp 3 (#12921)
* Upgrade aiohttp to 3.0.6 * Fix tests * Fix aiohttp client stream test * Lint * Remove drain
This commit is contained in:
parent
e5c4bba906
commit
6a5c7ef43f
11 changed files with 65 additions and 65 deletions
4
setup.py
4
setup.py
|
@ -50,10 +50,8 @@ REQUIRES = [
|
|||
'jinja2>=2.10',
|
||||
'voluptuous==0.11.1',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.3.10', # If updated, check if yarl also needs an update!
|
||||
'yarl==1.1.0',
|
||||
'aiohttp==3.0.6',
|
||||
'async_timeout==2.0.0',
|
||||
'chardet==3.0.4',
|
||||
'astral==1.5',
|
||||
'certifi>=2017.4.17',
|
||||
'attrs==17.4.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue