working connection to Wittenbecher's external database

This commit is contained in:
2026-06-15 16:32:58 +02:00
parent 85e45e4c94
commit 9af7136d19
5 changed files with 473 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ description = "PLEASE ADD PROJECT DESCRIPTION"
authors = [
{name = "PLEASE ADD AUTHOR", email = "PLEASE ADD EMAIL ADDRESS"},
]
dependencies = []
dependencies = ["psycopg[binary,pool]>=3.3.4", "python-dotenv>=1.2.2", "sqlalchemy[asyncio]>=2.0.50"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}