First build
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
[project]
|
||||
name = "backend"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"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",
|
||||
"litellm>=1.81.5,<2.0.0",
|
||||
"loguru>=0.7.3,<1.0.0",
|
||||
"mcp>=1.26.0,<2.0.0",
|
||||
"minio>=7.2.20",
|
||||
"msgpack>=1.1.0,<2.0.0",
|
||||
"nanobot-ai",
|
||||
"oauth-cli-kit>=0.1.3,<1.0.0",
|
||||
"openai>=2.8.0",
|
||||
"pandas>=3.0.1",
|
||||
"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-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",
|
||||
"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" }
|
||||
Reference in New Issue
Block a user