Just exclude Pillow entirely, for now

This commit is contained in:
Robin Dunn
2019-10-17 19:57:25 -07:00
parent c14e3c7940
commit 159a86da27

View File

@@ -1,6 +1,6 @@
# 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 ; sys_platform == 'win32' and python_version < '3.8'
# pillow ; sys_platform != 'win32'
six