From 818bb56032dc3d30ed01400d17ccf687c3e75a4a Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Sat, 1 May 2021 19:37:38 +0100 Subject: [PATCH] requirements: comment out infi.systray for now --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc3d8c4d..6d977cb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ certifi==2020.12.5 requests==2.25.1 watchdog==2.0.3 -infi.systray==0.1.12; sys_platform == 'win32' +# Commented out because this doesn't package well with py2exe +# infi.systray==0.1.12; sys_platform == 'win32' # argh==0.26.2 watchdog dep # pyyaml==5.3.1 watchdog dep semantic-version==2.8.5