Initial commit: I had claude do some AI slop to add qt qui
Some checks failed
Build and upload development artifacts / Describe (push) Has been cancelled
Build and upload development artifacts / Fedora 41 Build (push) Has been cancelled

This commit is contained in:
robojerk 2025-06-09 20:07:58 -07:00
parent a5a958861e
commit 687edd639b
7 changed files with 495 additions and 4513 deletions

9
requirements.txt Normal file
View file

@ -0,0 +1,9 @@
# Common dependencies
requests>=2.28.0
# Platform-specific dependencies
# Windows
PySide6>=6.5.0; platform_system=="Windows"
# Linux/Unix
PyGObject>=3.42.0; platform_system!="Windows"