Add desktop adapters and extras
This commit is contained in:
parent
a83a843e1a
commit
fb1d0c07f9
10 changed files with 383 additions and 276 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue