From 726ca507f708d716906bb9c9a56f2f7e47a6123b Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Tue, 8 Nov 2016 10:21:59 +0100 Subject: [PATCH] Do not pin pyserial to one specific version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f55bfd..51ae369 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( version='0.1', packages=find_packages(), install_requires=[ - 'pyserial>=3.2.1', + 'pyserial>=3,<4', 'pytz' ], entry_points={