30 lines
747 B
TOML
30 lines
747 B
TOML
[project]
|
|
name = "compliance-backend"
|
|
version = "0.1.0"
|
|
description = "AI合规智能中枢 — 业务后端"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115",
|
|
"uvicorn[standard]>=0.30",
|
|
"pydantic>=2.7",
|
|
"pydantic-settings>=2.4",
|
|
"sqlalchemy[asyncio]>=2.0",
|
|
"asyncpg>=0.29",
|
|
"redis[asyncio]>=5.0",
|
|
"celery[redis]>=5.4",
|
|
"pymilvus>=2.4",
|
|
"neo4j>=5.20",
|
|
"langchain>=0.3",
|
|
"langchain-openai>=0.2",
|
|
"langchain-community>=0.3",
|
|
"llama-index-core>=0.11",
|
|
"httpx>=0.27",
|
|
"python-multipart>=0.0.9",
|
|
"python-jose[cryptography]>=3.3",
|
|
"structlog>=24.0",
|
|
"prometheus-fastapi-instrumentator>=7.0",
|
|
"tenacity>=8.5",
|
|
"beautifulsoup4>=4.12",
|
|
"requests>=2.32",
|
|
]
|