From f38b4b9250530111772b75821089daac7dacd7db Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 5 Mar 2025 23:50:32 +0100 Subject: [PATCH] Use FreeSimpleGUI full commit id --- npbackup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npbackup/requirements.txt b/npbackup/requirements.txt index 41c9321..a198c29 100644 --- a/npbackup/requirements.txt +++ b/npbackup/requirements.txt @@ -13,7 +13,7 @@ python-pidfile>=3.0.0 # we need to stick to freesimplegui 5.1.1 to keep Python 3.6 compat in order compile for elder linuxes # finally we need freesimplegui with patch #51 since there are no newer releases ATM (2025/03/04) # keep in mind that freesimplegui might higher required python version in the future -freesimplegui @ git+https://github.com/spyoungtech/FreeSimpleGUI@db26fd1 +freesimplegui @ git+https://github.com/spyoungtech/FreeSimpleGUI@db26fd15f2abec79fcd93d966c9677e1a3464753 requests ruamel.yaml psutil