From 11ca2680727696b0281c9d928ce0de03b6079fa0 Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Tue, 31 Oct 2023 12:53:13 +0100 Subject: [PATCH] updated requirements.txt for python3.12 --- workflowHelper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflowHelper/requirements.txt b/workflowHelper/requirements.txt index 86e7fb45..aff59282 100644 --- a/workflowHelper/requirements.txt +++ b/workflowHelper/requirements.txt @@ -1,3 +1,3 @@ colorama>=0.4.6 pyperclip~=1.8.0 -windows-curses~=2.3.0; platform_system=='Windows' and platform_python_implementation!='PyPy' +windows-curses~=2.3.0; platform_system=='Windows' and platform_python_implementation!='PyPy' and python_version < '3.12'