Support pdfminer.six 20191020

This commit is contained in:
James R. Barlow
2019-11-04 03:15:59 -08:00
parent 681fa039cc
commit 3438afaffe
4 changed files with 41 additions and 35 deletions
+1 -1
View File
@@ -96,7 +96,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',
'pdfminer.six >= 20181108, <= 20191020',
'pikepdf >= 1.6.5, < 2',
'Pillow >= 6.2.0',
'reportlab >= 3.3.0', # oldest released version with sane image handling