mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
chore: introduce alembic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user