forked from SkyworkAI/DeepResearchAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (46 loc) · 1000 Bytes
/
pyproject.toml
File metadata and controls
47 lines (46 loc) · 1000 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
42
43
44
45
46
47
[project]
name = "src"
version = "0.1.0"
description = "DeepResearchAgent"
authors = [
{name = "Skywork"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.11,<4.0"
[tool.poetry.dependencies]
python-dotenv = "^1.0.1"
rich = "^13.9.4"
litellm = "^1.64.1"
pillow = "^10.4.0"
numpy = "^2.2.4"
pynput = "^1.8.1"
transformers = "^4.50.1"
markdownify = "^1.1.0"
duckduckgo-search = "^7.5.4"
mammoth = "^1.9.0"
pandas = "^2.2.3"
pdfminer-six = "^20250327"
python-pptx = "^1.0.2"
puremagic = "^1.28"
pydub = "^0.25.1"
speechrecognition = "^3.14.2"
pathvalidate = "^3.2.3"
serpapi = "^0.1.5"
google-search-results = "^2.4.2"
datasets = "^3.5.0"
anthropic = "^0.49.0"
openpyxl = "^3.1.5"
baidusearch = "^1.0.3"
patchright="^1.51.3"
pyautogui="^0.9.54"
json5="^0.12.0"
tenacity="^9.1.2"
crawl4ai="^0.6.3"
camelot="^12.06.29"
xlrd="^0.7.1"
toml = "^0.10.2"
googlesearch-python = "^1.3.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"