first commit

This commit is contained in:
0Xiao0
2026-05-21 10:14:05 +08:00
commit 597e93e495
9 changed files with 1422 additions and 0 deletions

13
pyproject.toml Normal file
View File

@ -0,0 +1,13 @@
[project]
name = "token"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.135.3",
"livekit-api>=1.1.0",
"python-dotenv>=1.2.2",
"requests>=2.33.1",
"uvicorn>=0.44.0",
]