Upgrade PyMuPDF version

This commit is contained in:
James R. Barlow
2018-05-07 16:24:26 -07:00
parent 423cef08bf
commit 001c8d7678
+1 -1
View File
@@ -251,7 +251,7 @@ setup(
'ruffus == 2.6.3', # pinned - ocrmypdf implements a 2.6.3 workaround
],
extras_require={
'fitz': ['PyMuPDF >= 1.12.5'] # for table of contents bug
'fitz': ['PyMuPDF >= 1.13.3'],
},
tests_require=tests_require,
entry_points={