From 68aec12a9b99d4d18d66fde947260494040a318f Mon Sep 17 00:00:00 2001
From: Christoph Schmidt <christoph.,schmidt@tugraz.at>
Date: Thu, 8 Feb 2024 11:13:04 +0100
Subject: [PATCH] Updated requirements.txt

---
 requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5852a6f..a6948a7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,10 +6,10 @@ pyqtgraph
 pandas
 
 # Custom added packages
-git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop
-git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop
-git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop
-git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@develop
+git+https://github.com/agentsmith29/fstools.confighandler.git
+git+https://github.com/agentsmith29/fstools.fswidgets.git
+git+https://github.com/agentsmith29/fs.captdevicecontrol.git@develop
+git+https://github.com/agentsmith29/fs.lasercontrol.git
 git+https://gitlab.tugraz.at/flexsensor-public/mcpy.git@develop
 
 #../tools/confighandler
-- 
GitLab