pdfminer 20220319

This commit is contained in:
James R. Barlow
2022-03-22 22:36:06 -07:00
parent 13917c051c
commit 04996caac3
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -12,6 +12,11 @@ may be unreliable. Use the API to depend on precise behavior.
The public API may be useful in scripts that launch OCRmyPDF processes or that
wish to use some of its features for working with PDFs..
v13.4.2
=======
- Marked pdfminer 20220319 as supported.
v13.4.1
=======
+1 -1
View File
@@ -49,7 +49,7 @@ install_requires =
coloredlogs>=14.0 # strictly optional
img2pdf>=0.3.0,<0.5 # pure Python
packaging>=20
pdfminer.six!=20200720,>=20191110,<=20211012
pdfminer.six!=20200720,>=20191110,<=20220319
pikepdf>=4.0.0,!=5.0.0
pluggy>=0.13.0,<2
reportlab>=3.5.66