add psycopg

This commit is contained in:
2024-05-19 17:14:02 -06:00
parent e765a303a4
commit 97f582c0f4
3 changed files with 31 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ click = "^8.1.7"
gunicorn = "^22.0.0"
flask = "^3.0.3"
flask-sqlalchemy = "^3.1.1"
psycopg2 = "^2.9.9"
psycopg = "^3.1.19"
[tool.poetry.scripts]
teufa = "teufa.cli:cli"