Add chardet to install_requires

pull/2/head
Vinayak Mehta 2018-12-05 20:08:37 +05:30
parent 7bdd9a3156
commit 2635f910e4
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,13 @@ Release History
master 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) 0.4.0 (2018-11-23)
------------------ ------------------

View File

@ -14,6 +14,7 @@ with open('README.md', 'r') as f:
requires = [ requires = [
'chardet>=3.0.4',
'click>=6.7', 'click>=6.7',
'numpy>=1.13.3', 'numpy>=1.13.3',
'openpyxl>=2.5.8', 'openpyxl>=2.5.8',