Skip to content

Commit 56350d4

Browse files
committed
update dependencies
1 parent 11f4f92 commit 56350d4

File tree

1 file changed

+59
-19
lines changed

1 file changed

+59
-19
lines changed

pyproject.toml

Lines changed: 59 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,75 @@ name = "camel-toolkits-mcp"
77
version = "0.1.2"
88
description = "A server that exports Camel toolkits as MCP-compatible tools"
99
authors = [
10-
{name = "Xiaotian Jin", email = "jin.xiaotian.[email protected]"}
10+
{name = "Xiaotian Jin", email = "xiaotian.[email protected]"}
1111
]
1212
license = {text = "MIT"}
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
dependencies = [
1616
"camel-ai>=0.2.58",
1717
"mcp[cli]>=1.8.1",
18-
"numpy>=2.2.5",
19-
"pandas>=2.2.3",
20-
"pillow>=11.2.1",
21-
"pyowm>=3.3.0",
22-
"pyyaml>=6.0.2",
23-
"requests-oauthlib>=2.0.0",
24-
"sqlalchemy>=2.0.40",
25-
]
26-
classifiers = [
27-
"Development Status :: 4 - Beta",
28-
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: MIT License",
30-
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.10",
32-
"Programming Language :: Python :: 3.11",
33-
"Programming Language :: Python :: 3.12",
34-
"Topic :: Software Development :: Libraries :: Python Modules",
18+
"numpy",
19+
"beautifulsoup4>=4,<5",
20+
"docx2txt>=0.8,<0.9",
21+
"PyMuPDF>=1.22.5,<2",
22+
"unstructured==0.16.20",
23+
"pandasai>=2.3.0,<3",
24+
"wikipedia>=1,<2",
25+
"linkup-sdk>=0.2.1,<0.3",
26+
"duckduckgo-search>=6.3.5,<7",
27+
"newspaper3k>=0.2.8,<0.3",
28+
"wolframalpha>=5.0.0,<6",
29+
"sympy>=1.13.3,<2",
30+
"pyowm>=3.3.0,<4",
31+
"googlemaps>=4.10.0,<5",
32+
"google-api-python-client==2.166.0",
33+
"google-auth-httplib2==0.2.0",
34+
"google-auth-oauthlib==1.2.1",
35+
"requests_oauthlib>=1.3.1,<2",
36+
"fastapi>=0.115.11",
37+
"rouge>=1.0.1,<2",
38+
"e2b-code-interpreter>=1.0.3,<2",
39+
"firecrawl-py>=1.0.0,<2",
40+
"arxiv>=2.1.3,<3",
41+
"arxiv2text>=0.1.14,<0.2",
42+
"imageio[pyav]>=2.34.2,<3",
43+
"pillow>=10.1.0,<11.0.0",
44+
"slack-sdk>=3.27.2,<4",
45+
"slack-bolt>=1.20.1,<2",
46+
"pygithub>=2.6.0,<3",
47+
"discord.py>=2.3.2,<3",
48+
"scholarly==1.7.11",
49+
"notion-client>=2.2.1,<3",
50+
"yt-dlp>=2024.11.4,<2025",
51+
"ffmpeg-python>=0.2.0,<0.3",
52+
"datacommons>=1.4.3,<2",
53+
"datacommons_pandas>=0.0.3,<0.0.4",
54+
"tavily-python>=0.5.0,<0.6",
55+
"apify_client>=1.8.1,<2",
56+
"stripe>=11.3.0,<12",
57+
"pandas>=1.5.3,<2",
58+
"tree-sitter-python>=0.23.6,<0.24",
59+
"tree-sitter>=0.23.2,<0.24",
60+
"networkx>=3.4.2,<4",
61+
"rank-bm25>=0.2.2,<0.3",
62+
"litellm>=1.38.1,<2",
63+
"anthropic>=0.47.0,<0.50.0",
64+
"playwright>=1.50.0",
65+
"html2text>=2024.2.26",
66+
"docx>=0.2.4",
67+
"fpdf>=1.7.2",
68+
"typer>=0.15.2",
69+
"mem0ai>=0.1.67",
70+
"math-verify>=0.7.0,<0.8",
71+
"exa-py>=1.10.0,<2",
72+
"crawl4ai>=0.3.745",
73+
"pyautogui>=0.9.54,<0.10",
74+
"google-genai>=1.13.0",
3575
]
3676

3777
[project.urls]
38-
"Homepage" = "https://github.com/MuggleJinx/Camel-toolkits-mcp"
78+
Homepage = "https://github.com/MuggleJinx/Camel-toolkits-mcp"
3979
"Bug Tracker" = "https://github.com/MuggleJinx/Camel-toolkits-mcp/issues"
4080

4181
[project.optional-dependencies]

0 commit comments

Comments
 (0)