Files
tg-spam-guard/pyproject.toml
T
2026-07-06 19:26:00 +08:00

21 lines
486 B
TOML

[project]
name = "tg-spam-guard"
version = "2.0.0"
description = "TG 群管机器人 — FastAPI + Tortoise ORM + 知识库"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.138.0",
"uvicorn>=0.30.0",
"python-telegram-bot>=22.8",
"httpx>=0.28.1",
"tortoise-orm>=0.24.0",
"aerich>=0.8.0",
"asyncpg>=0.30.0",
"sse-starlette>=3.4.5",
"sentence-transformers>=3.0.0",
"numpy>=1.26.0",
]
[tool.aerich]
tortoise_orm = "db.__init__.TORTOISE_ORM"