Add /add page and cli.py for updating feeds
This commit is contained in:
parent
3f3ad42acd
commit
8cea0bd347
8 changed files with 130 additions and 57 deletions
|
|
@ -7,23 +7,24 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
python-dotenv = "^1.0.1"
|
||||
reader = "^3.12"
|
||||
fastapi = "^0.111.0"
|
||||
jinja2 = "^3.1.4"
|
||||
python-multipart = "^0.0.9"
|
||||
humanize = "^4.9.0"
|
||||
jinja2 = "^3.1.4"
|
||||
python-dotenv = "^1.0.1"
|
||||
python-multipart = "^0.0.9"
|
||||
reader = "^3.12"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.3.0"
|
||||
djlint = "^1.34.1"
|
||||
pre-commit = "^3.7.1"
|
||||
ruff = "^0.4.4"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["poetry-core"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py312"
|
||||
fix = true
|
||||
unsafe-fixes = true
|
||||
preview = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue