HUTAMS_AUDIO/pyproject.toml

35 lines
685 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"
]
#[build-system]
#requires = ["hatchling"]
#build-backend = "hatchling.build"
# 그리고 이 두 줄을 맨 아래에 추가해 주세요.
[tool.uv]
package = false