Create desktop app due to mkv issue with chrome
This commit is contained in:
11
desktop-client/pyproject.toml
Normal file
11
desktop-client/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user