Replace PyMuPDF with pypdf for PDF handling

This commit is contained in:
tssujt
2025-06-24 22:36:52 +08:00
parent 4f777bc9bf
commit e8e6eaf3ae
2 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ python = ">=3.8"
xmltodict = ">=0.13.0"
langcodes = ">=3.4.0"
Pillow = ">=10.4.0"
PyMuPDF = ">=1.24.7"
pypdf = ">=5.6.1"
[tool.poetry.scripts]
cbzplayer = "cbz.__main__:main"
@@ -45,4 +45,4 @@ url = "https://pypi.org/simple/"
priority = "primary"
[certificates]
localpypi = { cert = false }
localpypi = { cert = false }