Skip to content

Commit

Permalink
github: add pyinstaller as a requirement
Browse files Browse the repository at this point in the history
It is necessary to bundle the Python app.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
  • Loading branch information
leograba committed Apr 10, 2024
1 parent 363dc79 commit 9114aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
openai==0.10.3
python-dotenv==0.19.0
python-dotenv==0.19.0
pyinstaller==6.5.0

0 comments on commit 9114aa2

Please sign in to comment.