chore: introduce alembic

This commit is contained in:
Leon
2025-07-17 17:25:06 +02:00
parent 1d2da3baab
commit 8f3634d0dc
9 changed files with 416 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ description = "Backend for LetterFeed"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alembic>=1.16.4",
"apscheduler>=3.11.0",
"fastapi>=0.116.0",
"feedgen>=1.0.0",
@@ -17,6 +18,7 @@ dependencies = [
]
[tool.ruff]
exclude = ["alembic"]
lint.select = [
"E", # pycodestyle
"F", # pyflakes