add database connection tests

This commit is contained in:
2025-12-01 10:59:50 +01:00
parent 549379ab4d
commit 37ac00a502
3 changed files with 146 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ description = "Umbreit's Python-based application"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = ["sqlalchemy>=2.0.44", "dopt-basics>=0.2.4"]
dependencies = ["sqlalchemy>=2.0.44", "dopt-basics>=0.2.4", "oracledb>=3.4.1"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}