Refactor weave_layers, introduce progress bar

Fixes a bug in this branch where --sidecar would fail by trying to iterator
the executor futures twice.
This commit is contained in:
James R. Barlow
2019-05-16 14:57:31 -07:00
parent 19263f00c6
commit 13ab23ba54
6 changed files with 127 additions and 100 deletions
+1
View File
@@ -104,6 +104,7 @@ setup(
# Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3
# block 5.1.0, broken wheels
'reportlab >= 3.3.0', # oldest released version with sane image handling
'tqdm >= 4',
],
extras_require={'pdfminer': ['pdfminer.six == 20181108']},
tests_require=tests_require,