Upgrade to Py3.7 locally and resolve a few issues

This commit is contained in:
James R. Barlow
2018-07-02 23:47:51 -07:00
parent 4f864bce98
commit 5f99f7f6ca
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
*.pyc
*.sublime-*
venv*/
.venv/
pyvenv.cfg
tasks.py
.bash_history
+1 -1
View File
@@ -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