From e0599fe8d79e04917809e4ea482c757d64862f56 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 24 Aug 2018 12:41:43 -0700 Subject: [PATCH] Require pikepdf 0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19de9147..d01fcf45 100644 --- a/setup.py +++ b/setup.py @@ -250,7 +250,7 @@ setup( install_requires=[ 'cffi >= 1.9.1', # must be a setup and install requirement 'img2pdf >= 0.2.4, < 0.4', # pure Python, so track HEAD closely - 'pikepdf >= 0.3.1, < 0.4', + 'pikepdf >= 0.3.2, < 0.4', 'Pillow >= 4.0.0, != 5.1.0 ; sys_platform == "darwin"', # Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3 # block 5.1.0, broken wheels