From 03af1dbd4f000f524ccab2b9e20e2fde50302e40 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 5 Jul 2022 17:30:07 +0200 Subject: [PATCH] Use forked pyinstaller Contributes to CURA-9365 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 59a3edb808..df8523fd7f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest # Fix for signing the MacOS App -#git+https://github.com/jellespijker/pyinstaller@binaries_in_frameworks#egg=pyinstaller -pyinstaller +git+https://github.com/jellespijker/pyinstaller@binaries_in_frameworks#egg=pyinstaller +#pyinstaller pyinstaller-hooks-contrib sip==6.5.1