Skip to content

Commit

Permalink
Add missing requirement and script to generate them
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikel committed Sep 15, 2022
1 parent d8ad7d3 commit ab95772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/requirements.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
del requirements.txt
pipreqs --encoding=utf8
echo pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip >> requirements.txt
1 change: 1 addition & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PyQt5==5.15.7
sip==6.6.2
pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip

0 comments on commit ab95772

Please sign in to comment.