mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02: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:
@@ -197,3 +197,7 @@ scapy>=2.5.0
|
|||||||
# Only tuf>=4 includes a constraint to <1.0.
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
tuf>=4.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.
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
tuf>=4.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 = (
|
GENERATED_MESSAGE = (
|
||||||
|
Reference in New Issue
Block a user