Use pikepdf 1.7.0 to improve Python 3.8 support

This commit is contained in:
James R. Barlow
2019-11-11 22:36:38 -08:00
parent 1c303afe21
commit 5bd6665b49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
cffi == 1.13.2
img2pdf == 0.3.3
pdfminer.six == 20191020
pikepdf == 1.6.5
pikepdf == 1.7.0
Pillow >= 6.2.0
reportlab == 3.5.32
tqdm == 4.37.0
+1 -1
View File
@@ -97,7 +97,7 @@ setup(
'cffi >= 1.9.1', # must be a setup and install requirement
'img2pdf >= 0.3.0, < 0.4', # pure Python, so track HEAD closely
'pdfminer.six >= 20181108, <= 20191020',
'pikepdf >= 1.6.5, < 2',
'pikepdf >= 1.7.0, < 2',
'Pillow >= 6.2.0',
'reportlab >= 3.3.0', # oldest released version with sane image handling
'tqdm >= 4',