From acf0a5cfbeeaa92915439c2d68bcde43feaa5ff6 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Thu, 21 Oct 2021 16:12:07 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ff1838..ad3cbdd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license="MIT", author="Maikel Punie", install_requires=[ - "pyserial==3.5.0", + "pyserial>=3.5.0", "pyserial-asyncio>=0.5", "backoff>=1.10.0", ],