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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user