Travis: Tweak setup so it can run

This commit is contained in:
James R. Barlow
2018-05-13 01:21:24 -07:00
parent 9c0fa9fc04
commit 96e453feb6
+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.13.4'],
'fitz': ['PyMuPDF >= 1.12.5, != 1.13.3'],
},
tests_require=tests_require,
entry_points={