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:
J. Nick Koston
2024-05-02 11:00:12 -05:00
parent bf709bae9c
commit 9985262a53
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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 = (