This commit is contained in:
dingfeng.wong
2025-07-23 13:56:00 +08:00
parent bdbd6df9cd
commit ede3d963f5
3 changed files with 204 additions and 6 deletions
+4 -1
View File
@@ -14,8 +14,8 @@ dependencies = [
"typer>=0.12.0",
"rich>=13.0.0",
"rumps>=0.4.0",
"realtimestt>=0.3.104",
"pynput>=1.7.6",
"realtimestt",
]
[project.optional-dependencies]
@@ -44,3 +44,6 @@ build-backend = "hatchling.build"
dev = [
"open-webui>=0.6.5",
]
[tool.uv.sources]
realtimestt = { path = "../../projects/RealtimeSTT" }