From 0ccf46456a5223b24ae27c4ca89355c52a371e98 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 20 Jan 2019 01:53:09 -0600 Subject: [PATCH] Use wxPython 4.0.3 for a while now as 4.0.4 has some accessibility issues --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8a484d..00c9aa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -wxpython +# Stay in wxPython 4.0.3 because 4.0.4 has some regressions in accessibility related components. +wxpython==4.0.3 pywin32 markdown vk_api