From 1c93cad6449f06a2ca999ec2929e02f3b2ff97a1 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 8 Feb 2023 19:11:05 +0100 Subject: [PATCH] updaing unsafe setuptools need to check Jenkins afterwards... --- requirements-jenkins.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-jenkins.txt b/requirements-jenkins.txt index a895de6ec..a985200fd 100644 --- a/requirements-jenkins.txt +++ b/requirements-jenkins.txt @@ -6,4 +6,6 @@ # Packaging pyinstaller # setuptools 45 onwards not working with pyinstaller yet -setuptools<45.0.0 \ No newline at end of file +# setuptools<45.0.0 +# trying if that is still the case (2023-02) +setuptools