Upgrade to aiohttp 1.2 (#4964)

* Upgrade to aiohttp 1.2

* Clean up emulated_hue tests
This commit is contained in:
Paulus Schoutsen 2017-01-11 21:25:02 +01:00 committed by GitHub
parent 1cf9ae5a01
commit e68e29e03e
6 changed files with 316 additions and 330 deletions

View file

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