From 581f61ea58f749b570da147af4d064df6815a9ce Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 24 Oct 2019 10:41:56 -0700 Subject: [PATCH] Pillow is now available for Py38, restore the dependency. --- requirements/install.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/install.txt b/requirements/install.txt index 159b7094..eeb7cd86 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,6 +1,5 @@ # Runtime dependencies needed when using wxPython Phoenix numpy==1.16.1 ; python_version <= '2.7' numpy ; python_version >= '3.0' -# pillow ; sys_platform == 'win32' and python_version < '3.8' -# pillow ; sys_platform != 'win32' +pillow six