mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-21 02:45:36 +00:00
* 🦄 refactor(web): 修改zhikongtaiweb到web * 🦄 refactor: 重写前端 路由守护尚未写完 * 🦄 refactor: 标准化路由 * update:前端重写,保留后端 * update:添加前端代码 * update:pip转成poetry启动 * update:增加mem0ai包依赖 * update:文档增加mem0ai的描述 * feat: play online mp3 (#181) Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com> * 修改前端代码 * update:调整项目目录 * update:优化 * update:配置文件去除8002端口 * update:增加开发说明 * update:更新开发协议 --------- Co-authored-by: kalicyh <34980061+kaliCYH@users.noreply.github.com> Co-authored-by: hrz <1710360675@qq.com> Co-authored-by: freshlife001 <talent@mises.site> Co-authored-by: CGD <3030332422@qq.com>
43 lines
930 B
TOML
43 lines
930 B
TOML
[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]
|
|
python = "^3.10"
|
|
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"
|
|
loguru = "^0.7.3"
|
|
opuslib-next = "^1.1.2"
|
|
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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|