-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (44 loc) · 1.15 KB
/
pyproject.toml
File metadata and controls
45 lines (44 loc) · 1.15 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
[project]
name = "vibe-coding"
version = "0.1.0"
description = "Coze Vibe Coding project"
requires-python = ">=3.12"
dependencies = [
"langchain==1.0.3",
"langchain-openai==1.0.1",
"langgraph==1.0.2",
"langgraph-checkpoint==3.0.0",
"langgraph-prebuilt==1.0.2",
"langgraph-sdk==0.2.9",
"langsmith==0.4.39",
"fastapi>=0.121,<1",
"uvicorn>=0.38,<1",
"pydantic>=2.12,<3",
"Jinja2>=3.1,<4",
"coze-coding-utils>=0.2.6,<1",
"coze-workload-identity>=0.1.4,<1",
"opencv-python>=4.12,<5",
"pandas>=2.2,<3",
"Pillow>=10.3,<11",
"cozeloop>=0.1.25,<1",
"alembic>=1.16,<2",
"SQLAlchemy>=2.0,<3",
"python-dotenv>=1.2,<2",
"psycopg2-binary>=2.9,<3",
"boto3>=1.40,<2",
"langgraph-checkpoint-postgres>=3.0,<4",
"psycopg[binary]>=3.3,<4",
"psycopg-pool>=3.3,<4",
"pypdf>=6.4,<7",
"docx2python>=3.5,<4",
"openpyxl>=3.1,<4",
"python-pptx>=1.0,<2",
"coze-coding-dev-sdk>0.5.0,<1",
"rich>=14,<15",
"chardet>=5.2,<6",
]
[tool.uv]
# 使用阿里云镜像作为默认源,替代 pypi.org
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true