Add Qt mac backend support, Safari/Chrome playback fixes, and AV1 reel updates

This commit is contained in:
2026-05-22 01:39:28 +00:00
parent eeed9f3ef7
commit 7eb81877fd
6 changed files with 89 additions and 38 deletions
+4 -1
View File
@@ -46,7 +46,10 @@ parse-torrent-title = { git = "https://github.com/platelminto/parse-torrent-titl
[project.optional-dependencies]
gui = [
"pywebview>=6.2.1",
"pywebview>=6.2.1; platform_system != 'Darwin'",
"pywebview[qt5]>=6.2.1; platform_system == 'Darwin'",
"qtpy>=2.4.1; platform_system == 'Darwin'",
"PyQt5>=5.15.11; platform_system == 'Darwin'",
"pythonnet>=3.1.0rc0; platform_system == 'Windows' and python_version >= '3.14'",
"pyinstaller>=6.0",
]