Skip to content

Commit

Permalink
add pdfplumber to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Sep 19, 2022
1 parent 321ee95 commit b0890aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
unidecode

[options.extras_require]
test = pytest; pytest-cov; flake8; pdfminer; tox
test = pytest; pytest-cov; flake8; pdfminer.six; pdfplumber; tox

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit b0890aa

Please sign in to comment.