Initial commit: I had claude do some AI slop to add qt qui
This commit is contained in:
parent
a5a958861e
commit
687edd639b
7 changed files with 495 additions and 4513 deletions
9
requirements.txt
Normal file
9
requirements.txt
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue