Pillow is now available for Py38, restore the dependency.

This commit is contained in:
Robin Dunn
2019-10-24 10:41:56 -07:00
parent 941d3c1ad2
commit 581f61ea58

View File

@@ -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