1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Refactoring to FastAPI

This commit is contained in:
2023-08-01 22:42:24 +02:00
parent 7e397f9d2b
commit 30bd835e41
2 changed files with 121 additions and 213 deletions

View File

@@ -23,9 +23,8 @@ dependencies = [
"fastapi[all]",
"pydantic>2.0",
"requests",
"strictyaml",
"gitpython",
"rq"
"bs4",
"feedgen"
]
# dynamic = ["version"]
@@ -36,6 +35,9 @@ my-script = "digimarks:app"
"Homepage" = "https://github.com/aquatix/digimarks"
"Bug Tracker" = "https://github.com/aquatix/digimarks/issues"
[tool.black]
line-length = 120
[tool.ruff]
exclude = [
".git",