Add missing chardet, implied by pdfminer.six?

This commit is contained in:
James R. Barlow
2018-11-10 01:50:51 -08:00
parent e55a4115e1
commit 755b5d87e3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
cffi == 1.11.5
img2pdf == 0.3.1
pdfminer.six == 20181108
chardet == 3.0.4
pikepdf == 0.3.7
Pillow >= 5.0.0, != 5.1.0 ; sys_platform == "darwin"
pycparser == 2.19
+1
View File
@@ -249,6 +249,7 @@ setup(
'src/ocrmypdf/lib/compile_leptonica.py:ffibuilder'
],
install_requires=[
'chardet >= 3.0.0',
'cffi >= 1.9.1', # must be a setup and install requirement
'img2pdf >= 0.3.0, < 0.4', # pure Python, so track HEAD closely
'pdfminer.six == 20181108',