Upgrade aiohttp to 1.3 (#5821)

This commit is contained in:
Paulus Schoutsen 2017-02-08 21:27:36 -08:00 committed by GitHub
parent ebceca36ec
commit 7eb4bdc37b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.8',
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==1.2',
'aiohttp==1.3',
'async_timeout==1.1.0',
]