From fc37a1ed11b9ebd872f4483eda94ae5b2438b76c Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Wed, 23 Dec 2020 23:31:00 -0800 Subject: [PATCH] Update requirements.txt to install Pillow version based on python_version and upgrade six to 1.9 (#394) Fixes build error from changes to pip dependency resolution (#393). --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed7ff98..33f5dbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ Send2Trash==1.3.0 future==0.16.0 configparser==3.5.0 tabulate==0.7.7 -Pillow==5.3.0 -six==1 +Pillow==6.2.2; python_version == '2.7' +Pillow==8.0; python_version >= '3.6' +six==1.9