don't include 'toml' package in PyInstaller binary
My own system now has Python 3.11 with native TOML support.
This commit is contained in:
@@ -59,7 +59,7 @@ build-linux() {
|
|||||||
rm -rf "${VENV_PATH}"
|
rm -rf "${VENV_PATH}"
|
||||||
python -m virtualenv "${VENV_PATH}"
|
python -m virtualenv "${VENV_PATH}"
|
||||||
|
|
||||||
$VENV_PYTHON -m pip install requests requests[socks] yt-dlp pyyaml toml secretstorage pyinstaller
|
$VENV_PYTHON -m pip install requests requests[socks] yt-dlp pyyaml secretstorage pyinstaller
|
||||||
$VENV_PYTHON ./scripts/pyinstaller.py
|
$VENV_PYTHON ./scripts/pyinstaller.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user