Blob Blame History Raw
From ffac940e075b7593fb9837abb88149482c92ea20 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Wed, 15 May 2019 00:15:49 -0400
Subject: [PATCH] Reduce some requirements.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 50ce881..f1a6399 100644
--- a/setup.py
+++ b/setup.py
@@ -95,12 +95,11 @@ setup(
     use_scm_version={'version_scheme': 'post-release'},
     cffi_modules=['src/ocrmypdf/lib/compile_leptonica.py:ffibuilder'],
     install_requires=[
-        'chardet >= 3.0.4, < 4',  # unlisted requirement of pdfminer.six 20181108
         '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, <= 20200104',
         'pikepdf >= 1.8.1, < 2',
-        'Pillow >= 6.2.0',
+        'Pillow >= 6.1.0',
         'reportlab >= 3.3.0',  # oldest released version with sane image handling
         'tqdm >= 4',
     ],
-- 
2.21.0