From ebaaacf602272d29b0f851cb97a2e57083b6b37b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 28 Dec 2023 14:22:26 +0300 Subject: [PATCH] Build(setup.py): Add `wx` extra [skip ci] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2dc274f..8670397 100755 --- a/setup.py +++ b/setup.py @@ -79,5 +79,6 @@ setup( extras_require={ 'pbar': ['m_lib>=3.1'], 'web': ['bottle', 'CT3'], + 'wx': ['wxPython'], }, ) -- 2.39.2