Remove PySimpleGuiQT support

- 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
This commit is contained in:
jpattWPC
2023-02-01 11:06:05 -06:00
parent ef95a822c5
commit 696b8c7cd2
4 changed files with 8 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
pip3 install proxmoxer
pip3 install PySimpleGUIQt
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
pip3 install PySimpleGUI
pip3 install requests