1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Downgrade aiohttp to 205 (#6994)

This commit is contained in:
Paulus Schoutsen
2017-04-09 01:36:01 -07:00
committed by GitHub
parent ba8488d8f1
commit c42293eb10
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ REQUIRES = [
'jinja2>=2.9.5',
'voluptuous==0.9.3',
'typing>=3,<4',
'aiohttp==2.0.6',
'aiohttp==2.0.5',
'async_timeout==1.2.0',
]