mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-23 19:14:32 +02:00
Rolled back Windows multithreading crash fix, as upgrading from Python v3.9 to v3.11 may have fixed the root cause. (#152)
This commit is contained in:
@ -49,8 +49,8 @@ if [[ "$(python -V)" != "Python 3."* ]]; then
|
||||
fi
|
||||
|
||||
# Install/update package dependencies.
|
||||
echo "Installing/updating pyinstaller, colorama, and idna packages..."
|
||||
pip install -U pyinstaller colorama idna
|
||||
echo "Installing/updating pyinstaller and colorama packages..."
|
||||
pip install -U pyinstaller colorama
|
||||
echo
|
||||
|
||||
# Prompt for the version to release.
|
||||
|
Reference in New Issue
Block a user