From: Benjamin Braatz Date: Thu, 21 Jan 2021 15:08:41 +0000 (+0100) Subject: umodbus dependency in setup.py X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=HEAD;p=graphit%2Fpin-py.git umodbus dependency in setup.py --- 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=[