From 6365cce088b0faf34850e2ecbab8d1c7e1e34c51 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Wed, 10 Mar 2021 08:12:21 +0100 Subject: [PATCH] Fix missing comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a59a09d..e43100d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( url="http://docs.graph-it.com/graphit/controlpi-statemachine", packages=["controlpi-plugins"], install_requires=[ - "jsonschema" + "jsonschema", "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git", ], classifiers=[ -- 2.34.1