PyMuPDF 1.13.4 looks good, use it

This commit is contained in:
James R. Barlow
2018-05-12 12:35:46 -07:00
parent c4ab01d63d
commit b6d30214fd
+1 -1
View File
@@ -252,7 +252,7 @@ setup(
'ruffus == 2.6.3', # pinned - ocrmypdf implements a 2.6.3 workaround
],
extras_require={
'fitz': ['PyMuPDF == 1.12.5'],
'fitz': ['PyMuPDF == 1.13.4'],
},
tests_require=tests_require,
entry_points={