30 lines
545 B
TOML
30 lines
545 B
TOML
[project]
|
|
name = "hutams"
|
|
version = "0.1.0"
|
|
description = "HUTAMS STT Service for LTE-R"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.110.0",
|
|
"uvicorn[standard]>=0.27.0",
|
|
"faster-whisper>=1.0.0",
|
|
"rapidfuzz>=3.0.0",
|
|
"sqlalchemy>=2.0.0",
|
|
"pydantic>=2.0.0",
|
|
"pydantic-settings>=2.0.0",
|
|
"pydub>=0.25.1",
|
|
"python-multipart>=0.0.9",
|
|
"imageio-ffmpeg>=0.5.0",
|
|
"jinja2",
|
|
"websockets"
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest",
|
|
"ruff"
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|