From a0cd204e066d1aec8088757608b1aae9f75996bd Mon Sep 17 00:00:00 2001 From: n3rdly Date: Thu, 7 Dec 2023 16:53:03 -0700 Subject: [PATCH] Update requirements.txt Some dependencies were no longer available at the listed versions. Fixed by changing it to a min version of each instead of absolute. --- requirements.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index bd384e2..4cdceed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -BlurWindow==1.2.1 -Cerberus==1.3.4 -cssutils==2.5.1 -humanize==4.3.0 -psutil==5.9.1 -PyQt6==6.3.1 -pytz==2022.1 -pywin32==304 -PyYAML==6.0 -tzlocal==4.2 -watchdog==2.1.9 -winsdk==1.0.0b6 +BlurWindow>=1.2.1 +Cerberus>=1.3.4 +cssutils>=2.5.1 +humanize>=4.3.0 +psutil>=5.9.1 +PyQt6>=6.3.1 +pytz>=2022.1 +pywin32>=304 +PyYAML>=6.0 +tzlocal>=4.2 +watchdog>=2.1.9 +winsdk>=1.0.0b6