-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (38 loc) · 960 Bytes
/
pyproject.toml
File metadata and controls
38 lines (38 loc) · 960 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
[project]
name = "basicagent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.0.16",
"duckduckgo-search>=8.1.1",
"langchain[ollama,openai]>=0.3.27",
"langchain-anthropic>=0.3.18",
"langchain-chroma>=0.2.5",
"langchain-community>=0.3.27",
"langchain-ollama>=0.3.6",
"langchain-openai>=0.3.29",
"langgraph>=0.6.4",
"mypy>=1.17.1",
"ollama>=0.5.3",
"pandas>=2.3.1",
"pydantic>=2.11.7",
"python-dotenv>=1.1.1",
"ruff>=0.12.8",
"wikipedia>=1.4.0",
"langsmith>=0.4.13",
"fire>=0.7.0",
"pandas-stubs>=2.3.0.250703",
"ddgs>=9.5.2",
"ipython>=9.4.0",
"grandalf>=0.8",
"pillow>=11.3.0",
"langchain-tavily>=0.2.11",
"discord.py>=2.4.0",
"fandom-py>=0.2.1",
"pyyaml>=6.0.2",
"types-pyyaml>=6.0.12.20250822",
"types-requests>=2.32.4.20250809",
"pytest>=8.0.0",
]