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]