Update project files
This commit is contained in:
parent
ad66a0d3cb
commit
a17c234360
14 changed files with 952 additions and 529 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[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",
|
||||
"i3ipc",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue