Upgrade to Py3.7 locally and resolve a few issues
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
*.pyc
|
||||
*.sublime-*
|
||||
venv*/
|
||||
.venv/
|
||||
pyvenv.cfg
|
||||
tasks.py
|
||||
.bash_history
|
||||
|
||||
@@ -255,7 +255,7 @@ setup(
|
||||
# block 5.1.0, broken wheels
|
||||
'python-xmp-toolkit >= 2, < 3',
|
||||
'reportlab >= 3.3.0', # oldest released version with sane image handling
|
||||
'ruffus == https://github.com/jbarlow83/ruffus/archive/py37.zip', # pinned - ocrmypdf implements a 2.6.3 workaround
|
||||
'ruffus', # pinned - ocrmypdf implements a 2.6.3 workaround
|
||||
],
|
||||
extras_require={
|
||||
'fitz': [], # Backward compatibility
|
||||
|
||||
Reference in New Issue
Block a user