-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpyproject.toml
More file actions
76 lines (76 loc) · 1.78 KB
/
Copy pathpyproject.toml
File metadata and controls
76 lines (76 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[project]
name = "c2sagent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"asyncpg>=0.30.0",
"motor>=3.7.1",
"pymongo>=4.13.2",
"annotated-types==0.7.0",
"anyio==4.9.0",
"certifi==2025.4.26",
"click==8.2.1",
"colorama==0.4.6",
"distro==1.9.0",
"exceptiongroup==1.3.0",
"fastapi==0.115.12",
"fastmcp==2.5.1",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"httpx-sse==0.4.0",
"idna==3.10",
"jiter==0.10.0",
"markdown-it-py==3.0.0",
"mcp==1.9.1",
"mdurl==0.1.2",
"openai==1.82.0",
"openapi-pydantic==0.5.1",
"pydantic==2.11.5",
"pydantic-core==2.33.2",
"pydantic-settings==2.9.1",
"pygments==2.19.1",
"python-dotenv==1.1.0",
"python-multipart==0.0.20",
"rich==14.0.0",
"shellingham==1.5.4",
"sniffio==1.3.1",
"sse-starlette==2.3.5",
"starlette==0.46.2",
"tqdm==4.67.1",
"typer==0.16.0",
"typing-extensions==4.13.2",
"typing-inspection==0.4.1",
"uvicorn==0.34.2",
"websockets==15.0.1",
"sqlalchemy",
"tinydb>=4.8.2",
"jose>=1.0.0",
"passlib>=1.7.4",
"python-jose[cryptography]>=3.5.0",
"requests>=2.32.4",
"aiohttp>=3.12.13",
"asyncclick>=8.1.8",
"a2a-sdk>=0.2.10",
"jinja2>=3.1.6",
"nest-asyncio>=1.6.0",
"aiopg>=1.4.0",
"mindsdb-sdk>=3.4.4",
"mindsdb-sql-parser>=0.0.2",
"docstring-parser>=0.16",
"pandas>=2.3.1",
"nixtla>=0.6.6",
"redis>=6.2.0",
"tos>=2.8.4",
"matplotlib>=3.10.3",
"pre-commit>=4.2.0",
"black>=25.1.0",
"aiofiles>=24.1.0",
"volcengine-python-sdk==4.0.9",
"uvloop>=0.21.0",
"httptools>=0.6.4",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"