10 lines
181 B
TOML
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",
|
|
]
|