From 95ccaa0bee7fe4d88c2dbf3b2e2c5a3d1a264e1b Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Thu, 21 Jan 2021 16:08:41 +0100 Subject: [PATCH] umodbus dependency in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cbf1696..6356e0b 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setuptools.setup( ], install_requires=[ "pigpio", + "umodbus", "graphit-event @ git+git://git.graph-it.com/graphit/event-py.git", ], classifiers=[ -- 2.34.1