From c3f7106b3472e530bb0eaf4ef6881678e9e2f089 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt <christoph.,schmidt@tugraz.at> Date: Fri, 1 Dec 2023 19:45:49 +0100 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfd2bda..cddc5c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ 'scipy', 'rich', 'pyqtgraph', - 'fswidget@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop', + 'fswidgets@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop', 'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop', 'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop' ] -- GitLab