Create desktop app due to mkv issue with chrome

This commit is contained in:
Peter Stockings
2026-03-02 21:54:22 +11:00
parent 2020b59259
commit 475fdbb2b8
11 changed files with 1276 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[project]
name = "python-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pyqt6>=6.10.2",
"python-vlc>=3.0.21203",
"websockets>=16.0",
]