Update to pyinstaller 5.0 (#11289)

This commit is contained in:
Chris Marslender 2022-04-25 11:20:39 -05:00 committed by GitHub
parent e584513c70
commit 3f0dd497a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -56,7 +56,7 @@ dev_dependencies = [
"black==21.12b0",
"aiohttp_cors", # For blackd
"ipython", # For asyncio debugging
"pyinstaller==4.9",
"pyinstaller==5.0",
"types-aiofiles",
"types-click",
"types-cryptography",