mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 12:08:19 +00:00
Block pyserial-asyncio in favor of pyserial-asyncio-fast
pyserial-asyncio does blocking I/O in asyncio loop and is not maintained
This commit is contained in:
parent
bf709bae9c
commit
9985262a53
@ -197,3 +197,7 @@ scapy>=2.5.0
|
||||
# Only tuf>=4 includes a constraint to <1.0.
|
||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||
tuf>=4.0.0
|
||||
|
||||
# pyserial-asyncio does blocking I/O in asyncio loop, use pyserial-asyncio-fast
|
||||
# instead as pyserial-asyncio is not maintained
|
||||
pyserial-asyncio==1000000000.0.0
|
||||
|
@ -219,6 +219,10 @@ scapy>=2.5.0
|
||||
# Only tuf>=4 includes a constraint to <1.0.
|
||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||
tuf>=4.0.0
|
||||
|
||||
# pyserial-asyncio does blocking I/O in asyncio loop, use pyserial-asyncio-fast
|
||||
# instead as pyserial-asyncio is not maintained
|
||||
pyserial-asyncio==1000000000.0.0
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user