We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947798e commit 3b31a49Copy full SHA for 3b31a49
scripts/msys2-install-deps
@@ -2,7 +2,7 @@
2
3
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,rclone,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-build,python-pkgconfig,python-packaging,python-pip,python-paramiko}
4
python -m pip install --upgrade pip
5
-pip install pyinstaller==6.11.1
+pip install pyinstaller==6.12.0
6
7
if [ "$1" = "development" ]; then
8
pacman -S --needed --noconfirm mingw-w64-ucrt-x86_64-python-{pytest,pytest-benchmark,pytest-cov,pytest-xdist}
0 commit comments