add psycopg2

This commit is contained in:
2024-05-19 17:10:53 -06:00
parent ff7d472cad
commit e765a303a4
2 changed files with 24 additions and 1 deletions

View File

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