From 57351e808b7d916afcfa9e864aa3b2964c6e2316 Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sat, 10 Mar 2018 11:25:39 +0100 Subject: [PATCH] Add Pillow as a build dependence Now images are loaded correctly in the Windows build --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index f75d6457..88dea076 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,7 @@ install: - python3 -mpip install random2 - python3 -mpip install py2exe - python3 -mpip install six + - python3 -mpip install Pillow - perl -v - copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%