mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-01-04 11:12:29 +00:00
Update version of pdfminer.six supported
This commit is contained in:
parent
5f5421f23d
commit
ad9a3b5302
@ -1,4 +1,2 @@
|
||||
check-manifest >= 0.35
|
||||
twine >= 1.8.1
|
||||
coverage >= 4.5
|
||||
GitPython == 2.1.3
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# installation
|
||||
cffi == 1.13.2
|
||||
img2pdf == 0.3.3
|
||||
pdfminer.six == 20191020
|
||||
pdfminer.six == 20191110
|
||||
pikepdf == 1.7.0
|
||||
Pillow >= 6.2.0
|
||||
reportlab == 3.5.32
|
||||
|
||||
2
setup.py
2
setup.py
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user