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'