From 1f09e77ca08f772007788b3ae05e523c83cdb260 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 7 Aug 2023 20:39:34 +0200
Subject: [PATCH] fixed pyproject.toml

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

diff --git a/pyproject.toml b/pyproject.toml
index 95508eb..cd41d17 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,11 +7,11 @@ authors = ["TheCodeLabsDevs"]
 [[tool.poetry.source]]
 name = "TheCodeLabs"
 url = "https://pypi.thecodelabs.de"
-secondary = true
+priority = "explicit"
 
 [tool.poetry.dependencies]
 python = "^3.9"
-thecodelabs-baseutils = "*"
+thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
 fastapi = "0.95.1"
 uvicorn = "0.22.0"
 sqlalchemy = "2.0.12"
-- 
GitLab