setup.py: list dependency on PIL used in a few wx.lib.agw modules

This commit is contained in:
Carnë Draug
2018-07-02 22:10:54 +01:00
parent ffa3cd793a
commit 1d4f3879f9

View File

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