successful db connection

This commit is contained in:
CC
2026-09-01 22:12:58 +01:00
parent 4ee9436332
commit 45ade682c3
3 changed files with 48 additions and 57 deletions

View File

@@ -5,6 +5,6 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"psycopg[binary]>=3.3.4",
"psycopg2-binary>=2.9.12",
"scikit-learn>=1.9.0",
]