From bbb2333996eebd591ff88d9d254e93b1d6cc5ced Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Tue, 2 Mar 2021 23:22:43 +0100 Subject: [PATCH] Add controlpi to setup.py requirements --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 58a3bfc..c14763c 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,9 @@ setuptools.setup( long_description_content_type="text/markdown", url="http://docs.graph-it.com/graphit/controlpi-statemachine", packages=['controlpi.plugins'], + install_requires=[ + "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git", + ], classifiers=[ "Programming Language :: Python", "License :: OSI Approved :: MIT License", -- 2.34.1