This commit is contained in:
Waylon Walker 2025-11-22 22:00:19 -06:00
parent 2e03f31a09
commit 9c83f862e0
16 changed files with 894 additions and 10 deletions

View file

@ -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"