-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 888 Bytes
/
Copy pathpyproject.toml
File metadata and controls
41 lines (39 loc) · 888 Bytes
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
[project]
name = "agent4kdump"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"beautifulsoup4>=4.13.0",
"chromadb>=1.4.1",
"colorama>=0.4.6",
"diskcache>=5.6.3",
"fastapi>=0.115.0",
"langchain>=1.2.7",
"langchain-community>=0.4.1",
"langchain-openai>=0.3.0",
"langchain-tavily>=0.2.17",
"langfuse>=3.12.1",
"langgraph>=1.0.0",
"llama-index>=0.14.13",
"openai>=2.16.0",
"pageindex>=0.1.11",
"pwn>=1.0",
"python-multipart>=0.0.20",
"python-dotenv>=1.0.0",
"pygdbmi>=0.11.0.0",
"pyyaml>=6.0.0",
"rank-bm25>=0.2.2",
"requests>=2.32.0",
"rich>=13.7.0",
"uvicorn>=0.30.0",
]
[project.optional-dependencies]
dev = [
"black>=24.0.0",
]
[tool.black]
line-length = 100
target-version = ['py313']
include = '\.pyi?$'