mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
bugfix aiohttp
This commit is contained in:
parent
563e0c1e0e
commit
58616ef686
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.0',
|
||||||
'aiohttp==3.0.7',
|
'aiohttp==3.0.9',
|
||||||
'docker==3.1.1',
|
'docker==3.1.1',
|
||||||
'colorlog==3.1.2',
|
'colorlog==3.1.2',
|
||||||
'voluptuous==0.11.1',
|
'voluptuous==0.11.1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user