1
0
Fork 0
This commit is contained in:
Arthur K. 2026-04-13 13:54:46 +03:00
commit a8e86eaaa3
Signed by: wzray
GPG key ID: B97F30FDC4636357
6 changed files with 1008 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[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",
]