switched from pymupdf to weasyprint

This commit is contained in:
2026-01-25 22:05:10 -07:00
parent 1fa678fe75
commit cca6e351ca
2 changed files with 237 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"markdown-it-py>=4.0.0",
"pymupdf>=1.26.7",
"weasyprint>=68.0",
]
[dependency-groups]