mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
11 lines
212 B
TOML
11 lines
212 B
TOML
[project]
|
|
name = "whisper"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"faster-whisper>=1.1.1",
|
|
"whisperlivekit>=0.1.9",
|
|
]
|