Merge pull request #908 from carandraug/master

setup.py: list dependency on PIL used in a few wx.lib.agw modules
This commit is contained in:
Robin Dunn
2018-07-03 20:18:29 -07:00
committed by GitHub

View File

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