Skip to content

Commit

Permalink
Update to pyinstaller 5.0 (#11289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Apr 25, 2022
1 parent e584513 commit 3f0dd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python -m venv venv
python -m pip install --upgrade pip
pip install wheel pep517
pip install pywin32
pip install pyinstaller==4.9
pip install pyinstaller==5.0

Write-Output " ---"
# The environment variable CHIA_INSTALLER_VERSION needs to be defined
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"black==21.12b0",
"aiohttp_cors", # For blackd
"ipython", # For asyncio debugging
"pyinstaller==4.9",
"pyinstaller==5.0",
"types-aiofiles",
"types-click",
"types-cryptography",
Expand Down

0 comments on commit 3f0dd49

Please sign in to comment.