Blob Blame History Raw
From 72aba93def5a7b646ea534c926dff89ffe93cae3 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 c4a1e576..1c9fc320 100644
--- a/setup.py
+++ b/setup.py
@@ -73,8 +73,7 @@ setup(
         'coloredlogs >= 14.0',  # strictly optional
         'img2pdf >= 0.3.0, < 0.5',  # pure Python, so track HEAD closely
         'pdfminer.six >= 20191110, != 20200720, <= 20201018',
-        "pikepdf >= 1.14.0, < 3 ; python_version < '3.9'",
-        "pikepdf >= 2.0.0 ; python_version >= '3.9'",
+        "pikepdf >= 1.14.0, < 3",
         'Pillow >= 7.0.0',
         'pluggy >= 0.13.0, < 1.0',
         'reportlab >= 3.3.0',  # oldest released version with sane image handling
-- 
2.26.2