add alembic

This commit is contained in:
2024-05-23 20:50:18 -06:00
parent 2568e349ac
commit b860ccef34
10 changed files with 311 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ gunicorn = "^22.0.0"
flask = "^3.0.3"
flask-sqlalchemy = "^3.1.1"
psycopg = "^3.1.19"
alembic = "^1.13.1"
[tool.poetry.scripts]
teufa = "teufa.cli:cli"