wip
This commit is contained in:
parent
2e03f31a09
commit
9c83f862e0
16 changed files with 894 additions and 10 deletions
|
|
@ -37,6 +37,7 @@ dependencies = [
|
|||
"rich>=13.9.2",
|
||||
"selenium>=4.25.0",
|
||||
"structlog>=24.4.0",
|
||||
"typer>=0.12.5",
|
||||
"uvicorn>=0.31.1",
|
||||
"weasyprint>=61.2",
|
||||
]
|
||||
|
|
@ -46,6 +47,9 @@ Documentation = "https://github.com/U.N. Owen/fastapi-dynamic-response#readme"
|
|||
Issues = "https://github.com/U.N. Owen/fastapi-dynamic-response/issues"
|
||||
Source = "https://github.com/U.N. Owen/fastapi-dynamic-response"
|
||||
|
||||
[project.scripts]
|
||||
fdr_app = "fastapi_dynamic_response.cli.cli:app"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "src/fastapi_dynamic_response/__about__.py"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue