Test and recommend pdfminer.six for PdfParser

pdfminer is no longer actively maintained; distributions are now
packaging pdfminer.six as pdfminer.
This commit is contained in:
Chris Mayo 2022-05-18 19:29:54 +01:00
parent 94781120ac
commit a67e8fd0f5
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# for testing:
miniboa
parameterized
pdfminer
pdfminer.six
pyftpdlib
pyopenssl
pytest

View file

@ -525,7 +525,7 @@ daemon must be installed.
PdfParser
^^^^^^^^^
Parse PDF files for URLs to check. Needs the :pypi:`pdfminer` Python package
Parse PDF files for URLs to check. Needs the :pypi:`pdfminer.six` Python package
installed.
WordParser

View file

@ -5,7 +5,7 @@ envlist = py37, py38, py39, py310
deps =
pyftpdlib
parameterized
pdfminer
pdfminer.six
pyopenssl
pytest-xdist
pytest-cov