From: Benjamin Braatz Date: Wed, 10 Mar 2021 07:12:21 +0000 (+0100) Subject: Fix missing comma in setup.py X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=6365cce088b0faf34850e2ecbab8d1c7e1e34c51;p=graphit%2Fcontrolpi-statemachine.git Fix missing comma in setup.py --- 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=[