Skip to content

Commit

Permalink
Add chardet to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 5, 2018
1 parent 7bdd9a3 commit 2635f91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Expand Up @@ -4,6 +4,13 @@ Release History
master
------

0.4.1 (2018-12-05)
------------------

**Bugfixes**

* Add chardet to `install_requires` to fix [#210](https://github.com/socialcopsdev/camelot/issues/210). More details in [pdfminer.six#213](https://github.com/pdfminer/pdfminer.six/issues/213).

0.4.0 (2018-11-23)
------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -14,6 +14,7 @@


requires = [
'chardet>=3.0.4',
'click>=6.7',
'numpy>=1.13.3',
'openpyxl>=2.5.8',
Expand Down

0 comments on commit 2635f91

Please sign in to comment.