From 4f45b864b5aecd0703d51dc3b219fdd2fe420dcc Mon Sep 17 00:00:00 2001 From: Manuel Fritsch Date: Sat, 6 Feb 2021 00:42:21 +0100 Subject: [PATCH] set cbpi4-ui to latest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22fca55..e32db7b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup(name='cbpi', 'shortuuid==1.0.1', 'tabulate==0.8.7', 'asyncio-mqtt', - 'cbpi4-ui @ git+https://github.com/Manuel83/craftbeerpi4-ui.git', + 'cbpi4-ui', ], dependency_links=[ 'https://testpypi.python.org/pypi',