simple Python app that conencts to db

This commit is contained in:
luptmoor
2026-02-25 18:19:22 +01:00
parent 8473d3d12c
commit 0e242801e7
4 changed files with 68 additions and 0 deletions

2
app/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
psycopg2-binary==2.9.3
SQLAlchemy==1.4.36