Files
DataClaw/backend/pyproject.toml
T
2026-03-29 00:20:53 +08:00

55 lines
1.5 KiB
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bcrypt>=5.0.0",
"chardet>=3.0.2,<6.0.0",
"clickhouse-driver>=0.2.10",
"croniter>=6.0.0,<7.0.0",
"dingtalk-stream>=0.24.0,<1.0.0",
"duckdb>=1.5.0",
"fastapi>=0.135.1",
"httpx>=0.28.0,<1.0.0",
"json-repair>=0.57.0,<1.0.0",
"lark-oapi>=1.5.0,<2.0.0",
"loguru>=0.7.3,<1.0.0",
"llama-index-core>=0.14.0",
"llama-index-embeddings-openai>=0.5.1",
"llama-index-embeddings-openai-like>=0.3.1",
"mcp>=1.26.0,<2.0.0",
"msgpack>=1.1.0,<2.0.0",
"nanobot-ai",
"oauth-cli-kit>=0.1.3,<1.0.0",
"openai>=2.8.0",
"openpyxl>=3.1.5",
"pandas>=3.0.1",
"passlib>=1.7.4",
"prompt-toolkit>=3.0.50,<4.0.0",
"psycopg2-binary>=2.9.11",
"pydantic>=2.12.0,<3.0.0",
"pydantic-settings>=2.12.0,<3.0.0",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.22",
"python-socketio>=5.16.0,<6.0.0",
"python-socks[asyncio]>=2.8.0,<3.0.0",
"python-telegram-bot[socks]>=22.6,<23.0",
"pyyaml>=6.0.3",
"qq-botpy>=1.2.0,<2.0.0",
"readability-lxml>=0.8.4,<1.0.0",
"rich>=14.0.0,<15.0.0",
"slack-sdk>=3.39.0,<4.0.0",
"slackify-markdown>=0.2.0,<1.0.0",
"socksio>=1.0.0,<2.0.0",
"sqlalchemy>=2.0.48",
"typer>=0.20.0,<1.0.0",
"uvicorn>=0.41.0",
"websocket-client>=1.9.0,<2.0.0",
"websockets>=16.0,<17.0",
]
[tool.uv.sources]
nanobot-ai = { path = "../nanobot", editable = true }