Files
xiaozhi-esp32-server/main/xiaozhi-server/pyproject.toml
T

43 lines
930 B
TOML
Raw Normal View History

2025-02-17 19:37:01 +08:00
[tool.poetry]
name = "xiaozhi-esp32-server"
version = "0.1.0"
description = ""
authors = ["kalicyh <34980061+kaliCYH@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
2025-03-05 23:13:24 +08:00
python = "^3.10"
2025-02-17 19:37:01 +08:00
pyyml = "0.0.2"
torch = "2.2.2"
silero-vad = "5.1.2"
websockets = "14.2"
numpy = "1.26.4"
pydub = "0.25.1"
funasr = "1.2.3"
torchaudio = "2.2.2"
openai = "1.61.0"
google-generativeai = "0.8.4"
edge-tts = "7.0.0"
httpx = "0.27.2"
aiohttp = "3.9.3"
aiohttp-cors = "0.7.0"
ormsgpack = "1.7.0"
ruamel-yaml = "0.18.10"
setuptools = "^75.8.0"
2025-02-18 00:07:19 +08:00
loguru = "^0.7.3"
2025-02-18 20:30:03 +08:00
opuslib-next = "^1.1.2"
2025-03-05 23:13:24 +08:00
fastapi = {extras = ["all"], version = "^0.115.8"}
uvicorn = "^0.34.0"
pyjwt = "^2.10.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
bcrypt = "^4.2.1"
sqlalchemy = "^2.0.38"
pymysql = "^1.1.1"
asyncpg = "^0.30.0"
onnxruntime = "1.19.2"
2025-02-17 19:37:01 +08:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"