forked from openeuler-mirror/euler-copilot-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (47 loc) · 1.06 KB
/
pyproject.toml
File metadata and controls
49 lines (47 loc) · 1.06 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
[project]
name = "euler-copilot-framework"
version = "0.10.1"
description = "EulerCopilot 后端服务"
requires-python = "==3.11.6"
dependencies = [
"aiofiles==24.1.0",
"asyncer==0.0.8",
"asyncpg==0.30.0",
"cryptography==42.0.2",
"fastapi==0.115.12",
"httpx==0.28.1",
"httpx-sse==0.4.0",
"jinja2==3.1.3",
"jionlp==1.5.22",
"jsonschema==4.21.1",
"mcp==1.17.0",
"ollama==0.6.1",
"openai==2.3.0",
"pandas==2.2.2",
"pgvector==0.4.1",
"pillow==10.3.0",
"pydantic==2.11.7",
"python-jsonpath==1.3.0",
"python-magic==0.4.27",
"python-multipart==0.0.20",
"pyyaml==6.0.1",
"rich==14.2.0",
"sqlalchemy==2.0.41",
"tiktoken==0.9.0",
"toml==0.10.2",
"uvicorn==0.34.0",
"xmltodict==1.0.0",
]
[[tool.uv.index]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
[dependency-groups]
dev = [
"autodoc-pydantic==2.2.0",
"coverage==7.7.1",
"fastapi-cprofile>=0.0.2",
"fastapi-profiler-lite>=0.3.2",
"pytest==9.0.2",
"pytest-mock==3.15.1",
"ruff==0.14.13",
]