From 75085ced7af6c5414b4adf2b4ca67e8131811654 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt <christoph.,schmidt@tugraz.at> Date: Fri, 1 Dec 2023 19:44:07 +0100 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c268c1..dfd2bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,9 @@ dependencies = [ 'scipy', 'rich', 'pyqtgraph', - 'fswidget@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git#egg=develop', - 'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git#egg=develop', - 'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git#egg=develop' + 'fswidget@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' ] classifiers = [ "Programming Language :: Python :: 3", -- GitLab