- Remove PySimpleGUIQt support, as it requires breaking changes for Python 3.11 - Build MSI based off Python 3.11 (significantly smaller due to removing Qt requirement) - Bump version to 1.1.0
6 lines
120 B
Batchfile
6 lines
120 B
Batchfile
@echo off
|
|
pip install pyinstaller
|
|
pip install proxmoxer
|
|
pip install PySimpleGUI
|
|
pip install requests
|
|
pip install pywin32 |