From 9114aa2c30fdd4faf19cd9162d5d3b749b93cc4d Mon Sep 17 00:00:00 2001 From: Leonardo Graboski Veiga Date: Wed, 10 Apr 2024 08:21:12 -0300 Subject: [PATCH] github: add pyinstaller as a requirement It is necessary to bundle the Python app. Signed-off-by: Leonardo Graboski Veiga --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40866d1..8fbbe2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ openai==0.10.3 -python-dotenv==0.19.0 \ No newline at end of file +python-dotenv==0.19.0 +pyinstaller==6.5.0 \ No newline at end of file