Skip to content

Commit

Permalink
Add a pip requirements text file
Browse files Browse the repository at this point in the history
* Add 'requirements.txt' to install dependencies using pip.

* Add 'pyinstaller' module. It's for building an executable.
  • Loading branch information
BlurrySquire authored Nov 3, 2024
1 parent 0514ce8 commit 9d36ae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PyQt6
requests
pywin32
pyinstaller

0 comments on commit 9d36ae1

Please sign in to comment.