Add script to build desktop client

This commit is contained in:
Peter Stockings
2026-03-02 22:24:49 +11:00
parent 3e1ea32383
commit 9d22860f0d
4 changed files with 145 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pillow>=12.1.1",
"pyinstaller>=6.19.0",
"pyqt6>=6.10.2",
"python-vlc>=3.0.21203",
"websockets>=16.0",