From b5f97d880080f6a328f6469912761860a3464660 Mon Sep 17 00:00:00 2001
From: Christoph Schmidt <christoph.,schmidt@tugraz.at>
Date: Thu, 4 Jan 2024 15:16:33 +0100
Subject: [PATCH] Optimized imports. Updated to 1.0.0

---
 pyproject.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1b941f9..632dc7a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,10 +11,10 @@ dependencies = [
     'PySide6',
     'rich',
     'pyyaml',
-    'captdevicecontrol@git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.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'
+    'captdevicecontrol@git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@main',
+    'fswidgets@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@main',
+    'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@main',
+    'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@main'
 ]
 classifiers = [
     "Programming Language :: Python :: 3",
-- 
GitLab