1
0
Fork 0
edging/pyproject.toml
2026-04-13 13:54:46 +03:00

10 lines
181 B
TOML

[project]
name = "edging"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"edge-tts>=7.2.8",
"fastapi>=0.116.1",
"uvicorn>=0.35.0",
]