Support pdfminer.six 20200402

This commit is contained in:
James R. Barlow
2020-04-15 02:55:22 -07:00
parent c38ff90081
commit 0c50eedb2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# installation
cffi == 1.14.0
img2pdf == 0.3.3
pdfminer.six == 20200124
pdfminer.six == 20200402
pikepdf == 1.10.2
Pillow == 7.0.0
reportlab == 3.5.34
+1 -1
View File
@@ -98,7 +98,7 @@ setup(
'chardet >= 3.0.4, < 4', # unlisted requirement of pdfminer.six 20181108
'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, <= 20200124',
'pdfminer.six >= 20181108, <= 20200402',
'pikepdf >= 1.8.1, < 2',
'Pillow >= 6.2.0',
'reportlab >= 3.3.0', # oldest released version with sane image handling