From d319dd03b56f25a9e7932dc9ddffe2c8a5fdb3a9 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 18 Jun 2024 12:22:37 -0400 Subject: [PATCH] [610] Add to Requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b278cce5..3c44ddec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ watchdog==4.0.0 simplesystray==0.1.0; sys_platform == 'win32' semantic-version==2.10.0 # For manipulating folder permissions and the like. -pywin32==306; sys_platform == 'win32' \ No newline at end of file +pywin32==306; sys_platform == 'win32' +psutil==5.9.8