-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
60 lines (57 loc) · 1.43 KB
/
Copy pathpyproject.toml
File metadata and controls
60 lines (57 loc) · 1.43 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
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ThinkingInLangGraph"
version = "1.1.2"
description = "LangGraph AI email support prototype"
dependencies = [
"annotated-types==0.7.0",
"anyio==4.11.0",
"beautifulsoup4==4.14.2",
"bs4==0.0.2",
"certifi==2025.10.5",
"charset-normalizer==3.4.4",
"colorama==0.4.6",
"distro==1.9.0",
"dotenv==0.9.9",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna==3.11",
"jiter==0.11.1",
"jsonpatch==1.33",
"jsonpointer==3.0.0",
"langchain-core==1.0.1",
"langchain-openai==1.0.1",
"langgraph==1.0.1",
"langgraph-checkpoint==3.0.0",
"langgraph-prebuilt==1.0.1",
"langgraph-sdk==0.2.9",
"langsmith==0.4.38",
"openai==2.6.1",
"orjson==3.11.4",
"ormsgpack==1.11.0",
"packaging==25.0",
"pydantic==2.12.3",
"pydantic_core==2.41.4",
"PyYAML==6.0.3",
"regex==2025.10.23",
"requests==2.32.5",
"requests-toolbelt==1.0.0",
"sniffio==1.3.1",
"soupsieve==2.8",
"tenacity==9.1.2",
"tiktoken==0.12.0",
"tqdm==4.67.1",
"typing-inspection==0.4.2",
"typing_extensions==4.15.0",
"urllib3==2.5.0",
"xxhash==3.6.0",
"zstandard==0.25.0",
"lark_oapi==1.4.24"
]
[tool.setuptools]
py-modules = ["QQEmailListener", "ThinkingInLangGraph"]
[project.scripts]
ThinkingInLangGraph = "ThinkingInLangGraph:main"