From 1dbd3b4ccade355650994dae998afd44ed0d9b99 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Wed, 28 Jul 2021 14:10:57 +0200 Subject: [PATCH] Require master branch in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7067f7..f1eb8e9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( include_package_data=True, install_requires=[ "websockets", - "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git", + "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git@master", ], classifiers=[ "Programming Language :: Python", -- 2.34.1