From 1d4f3879f9a63464706ccc8fcf040b2d8844e7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carn=C3=AB=20Draug?= Date: Mon, 2 Jul 2018 22:10:54 +0100 Subject: [PATCH] setup.py: list dependency on PIL used in a few wx.lib.agw modules --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 81da7775..7fb701da 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,7 @@ Topic :: Software Development :: User Interfaces """ DEPENDENCIES = [ 'six', + 'Pillow', 'PyPubSub'] isWindows = sys.platform.startswith('win')