Files
video-sync/desktop-client/pyproject.toml
2026-03-02 22:24:49 +11:00

14 lines
280 B
TOML

[project]
name = "python-app"
version = "0.1.0"
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",
]