From f75fd298af5789af35c8fc467c6bee9b3ead4c5d Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 7 May 2022 12:38:52 -0400 Subject: [PATCH] add pyserial dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 25aeeba..b7df8a9 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( 'colorama', 'usb', 'pyusb', + 'pyserial', 'pycryptodome', 'PySide2', 'mock'