From c0371f2a0edf5c7bc80b041378ec95554bff3a36 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 27 Dec 2022 14:18:31 +0100 Subject: [PATCH] Lock pyinstaller version 5.6.2 The new version 5.7.0 won't install correctly on my PC. Need to double check if this is a local problem, if that is the case it should be reverted. Contributes to CURA-10072 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b1e52571ca..cd7b19e389 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest -pyinstaller +pyinstaller==5.6.2 pyinstaller-hooks-contrib pyyaml sip==6.5.1