feat(api): Add pdfkit to requirements, wkhtml2pdf to Dockerfile

This commit is contained in:
TheOnlyWayUp
2024-12-06 07:20:21 +00:00
parent f8900be6b3
commit 0f6cdd91a9
3 changed files with 25 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ dependencies = [
"aiohttp-client-cache[all]",
"bs4>=0.0.2",
"uvicorn>=0.32.1",
"pdfkit>=1.0.0",
]
[tool.ruff.lint]