aman/pyproject.toml

17 lines
316 B
TOML

[project]
name = "lel"
version = "0.0.0"
description = "X11 transcription 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