From 639b8d6264cdcc82584df8c67b82b8e83b6b3f55 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" <nick@koston.org> Date: Thu, 6 Jun 2024 20:40:59 -0500 Subject: [PATCH] Swap pyserial-asyncio for pyserial-asyncio-fast fixes #154 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7f5f88..5d4b975 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4', - 'pyserial-asyncio<1', + 'pyserial-asyncio-fast>=0.11', 'pytz', 'Tailer==0.4.1', 'dlms_cosem==21.3.2'