From af91b71a7f2d9920280165120c56a2afdd9a4bf2 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 6 Nov 2025 20:58:24 +0100 Subject: [PATCH] test.py --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0dbf2f2..a61f434 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +test.py diff --git a/requirements.txt b/requirements.txt index 1f8ec46..3c1a26c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fastapi==0.118.2 feedparser==6.0.12 h11==0.16.0 idna==3.10 -lib-db-module @ git+https://git.gansejunge.com/notifier/lib-db-module.git@main +lib-db-module @ git+https://git.gansejunge.com/notifier/lib-db-module.git@test lib-secret-manager @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main lib-uvicorn-config @ git+https://git.gansejunge.com/notifier/lib-uvicorn-config.git@main mysql-connector-python==9.4.0