Set PySimpleGUI version

As PySimpleGUI will be licensed starting at version 5.0.0, I am capping the version to prevent this. Alternate UI libraries will need to be implemented.
This commit is contained in:
jpattWPC
2024-02-12 18:22:24 -06:00
parent e9a653ae98
commit f714f794b9
3 changed files with 2 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
@echo off
pip install pyinstaller
pip install proxmoxer
pip install PySimpleGUI
pip install "PySimpleGUI<5.0.0"
pip install requests
pip install pywin32