17 lines
306 B
TOML
17 lines
306 B
TOML
[project]
|
|
name = "lel"
|
|
version = "0.0.0"
|
|
description = "X11 STT daemon with faster-whisper and optional AI cleanup"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"faster-whisper",
|
|
"pillow",
|
|
"python-xlib",
|
|
"PyGObject",
|
|
"sounddevice",
|
|
"soundfile",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|