fix(api): Remove wkhtmltopdf, add weasyprint to requirements

This commit is contained in:
TheOnlyWayUp
2024-12-10 15:56:29 +00:00
parent b4c3cfeffb
commit 90139b190b
3 changed files with 411 additions and 8 deletions
+1 -1
View File
@@ -17,8 +17,8 @@ dependencies = [
"aiohttp-client-cache[all]",
"bs4>=0.0.2",
"uvicorn>=0.32.1",
"pdfkit>=1.0.0",
"pyexiftool>=0.5.6",
"weasyprint>=63.0",
]
[tool.ruff.lint]