Add desktop adapters and extras

This commit is contained in:
Thales Maciel 2026-02-24 12:59:19 -03:00
parent a83a843e1a
commit fb1d0c07f9
No known key found for this signature in database
GPG key ID: 33112E6833C34679
10 changed files with 383 additions and 276 deletions

View file

@ -8,10 +8,15 @@ dependencies = [
"faster-whisper",
"llama-cpp-python",
"pillow",
"python-xlib",
"PyGObject",
"sounddevice",
]
[project.optional-dependencies]
x11 = [
"PyGObject",
"python-xlib",
]
wayland = []
[tool.uv]
package = false