diff --git a/pyproject.toml b/pyproject.toml index 48d12970c26a6a4bbfdf96a8842a9093c6a3e26c..e917328584bee4b8432ecad76b32baa463528635 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 +]