Pillow wheels are now available for Python 3.9

This commit is contained in:
Robin Dunn
2020-10-22 15:18:06 -07:00
parent 6f776d28d2
commit 19d983fcee

View File

@@ -1,5 +1,5 @@
# Runtime dependencies needed when using wxPython Phoenix
numpy < 1.17 ; python_version <= '2.7'
numpy ; python_version >= '3.0'
pillow ; python_version < '3.9'
pillow
six