1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

add pymupdf requirement

This commit is contained in:
Alex Xu
2025-07-20 21:57:08 -07:00
parent 8ab7520754
commit 380dc5c42c
2 changed files with 8 additions and 1 deletions

View File

@@ -83,7 +83,8 @@ setuptools.setup(
'mozjpeg-lossless-optimization>=1.1.2',
'natsort>=8.4.0',
'distro',
'numpy>=1.22.4'
'numpy>=1.22.4',
'PyMuPDF>=1.26.1',
],
classifiers=[],
zip_safe=False,