From c27fcc4d4f9c3d01db947f625c7747a34cadde81 Mon Sep 17 00:00:00 2001 From: askmyteapot <62238146+askmyteapot@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:34:44 +1000 Subject: [PATCH] Update requirements.txt - include pyinstaller (#1341) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7716a3d86..472c1f1d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ transformers>=4.34.0 gguf>=0.1.0 customtkinter>=5.1.0 protobuf>=4.21.0 -psutil>=5.9.4 \ No newline at end of file +psutil>=5.9.4 +pyinstaller