From dfc0434cc20a8d333726e19eacbf5de4d752bd35 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 10 Jan 2018 15:45:23 -0800 Subject: [PATCH] Update requirements to set Pillow to 5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17f269b3..8cfe3be0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # setup.py lists a separate set of requirements that are looser to simplify # installation ruffus == 2.6.3 -Pillow == 4.3.0 +Pillow == 5.0.0 reportlab == 3.4.0 PyPDF2 == 1.26.0 img2pdf == 0.2.4