mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Pin YARL to 0.13
This commit is contained in:
parent
8f8772093d
commit
78afbd4292
@ -6,6 +6,7 @@ jinja2>=2.9.6
|
|||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.2.5
|
aiohttp==2.2.5
|
||||||
|
yarl==0.13
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
@ -7,6 +7,7 @@ jinja2>=2.9.6
|
|||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.2.5
|
aiohttp==2.2.5
|
||||||
|
yarl==0.13
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
1
setup.py
1
setup.py
@ -23,6 +23,7 @@ REQUIRES = [
|
|||||||
'voluptuous==0.10.5',
|
'voluptuous==0.10.5',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.2.5',
|
'aiohttp==2.2.5',
|
||||||
|
'yarl==0.13', # Update this whenever you update aiohttp
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.0',
|
||||||
'chardet==3.0.4',
|
'chardet==3.0.4',
|
||||||
'astral==1.4',
|
'astral==1.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user