Update version of pdfminer.six supported

This commit is contained in:
James R. Barlow
2019-11-13 01:45:06 -08:00
parent f517efe819
commit 0a08d6ce1f
3 changed files with 2 additions and 4 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, <= 20191020',
'pdfminer.six >= 20181108, <= 20191110',
'pikepdf >= 1.7.0, < 2',
'Pillow >= 6.2.0',
'reportlab >= 3.3.0', # oldest released version with sane image handling