From 2179def6944d7b81b256e60f0622222b5b556b35 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 8 Nov 2025 12:31:12 +0100 Subject: [PATCH] Switched to Gitea PyPi packages --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21b9de0..1b4c8dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [project] name = "lib-db-module" -version = "0.1.0" +version = "0.2.0" description = "Shared database module" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Florian Gänsejunge" }] dependencies = [ - "simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main", + "simple-logger-handler", "mysql-connector-python==9.4.0", - "lib-secret-manager @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main" + "lib-secret-manager" ] [build-system]