Skip to content

Commit

Permalink
Remove dependency to chardet
Browse files Browse the repository at this point in the history
now that pdfminer/pdfminer.six#213 is fixed.
  • Loading branch information
Sylvain Thénault committed Dec 3, 2020
1 parent 557180f commit c3c23cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

py_modules=['pdfss'],
install_requires=[
'chardet', # XXX https://github.com/pdfminer/pdfminer.six/issues/213
'pdfminer.six',
],
)

0 comments on commit c3c23cf

Please sign in to comment.