Merge pull request #908 from carandraug/master

setup.py: list dependency on PIL used in a few wx.lib.agw modules
(cherry picked from commit 3723bcc8a0)
This commit is contained in:
Robin Dunn
2018-07-03 20:18:29 -07:00
parent 355f47309e
commit 1de61ee4d0

View File

@@ -90,6 +90,7 @@ Topic :: Software Development :: User Interfaces
"""
DEPENDENCIES = [ 'six',
'Pillow',
'PyPubSub']
isWindows = sys.platform.startswith('win')