From 397beebd21de5c89e85f6de6bd5601abbf21609a Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:40:17 +0200 Subject: [PATCH] Specified pyinstaller version (#1230) --- pyinstaller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index fbb4db13..f642864a 100644 --- a/pyinstaller/requirements.txt +++ b/pyinstaller/requirements.txt @@ -1,5 +1,5 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip pefile==2022.5.30 psutil==5.9.5 -pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip +pyinstaller==6.1 pywin32-ctypes==0.2.1 \ No newline at end of file