From 7c5617d34abcade8ba0be4a4457ffe91335760a2 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 8 Jan 2025 12:06:19 +0100
Subject: [PATCH] FIX: dependency

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

diff --git a/pyproject.toml b/pyproject.toml
index 48d1297..e917328 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
 requires-python = ">= 3.8"
 dependencies = [
              "linkahead",
-             "caoscrawler[rocrate] @ file:///home/tf/src/caosdb-crawler",
+             "caoscrawler[rocrate] @ git+https://gitlab.indiscale.com/caosdb/src/caosdb-crawler.git@96ae0ada880049eec7673637816b20360a0d63cf",
              "kadi-apy",
              "boto3>=1.35",
              "toml>=0.10",
@@ -66,4 +66,4 @@ env = [
     "S3_SECRET_ACCESS_KEY=1234",
     "GITLAB_PIPELINE_TOKEN=1234",
     "GITLAB_API_TOKEN=1234",
-]
\ No newline at end of file
+]
-- 
GitLab