mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
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:
parent
94781120ac
commit
a67e8fd0f5
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# for testing:
|
||||
miniboa
|
||||
parameterized
|
||||
pdfminer
|
||||
pdfminer.six
|
||||
pyftpdlib
|
||||
pyopenssl
|
||||
pytest
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ envlist = py37, py38, py39, py310
|
|||
deps =
|
||||
pyftpdlib
|
||||
parameterized
|
||||
pdfminer
|
||||
pdfminer.six
|
||||
pyopenssl
|
||||
pytest-xdist
|
||||
pytest-cov
|
||||
|
|
|
|||
Loading…
Reference in a new issue