Skip to content

Commit 77a6c92

Browse files
committed
Update pyproject.toml
1 parent 0d2b7b3 commit 77a6c92

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

pyproject.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ dependencies = [
2525
"minify-html>=0.15.0",
2626
"free-proxy>=1.1.1",
2727
"playwright>=1.43.0",
28-
"google>=3.0.0",
2928
"undetected-playwright>=0.3.0",
29+
"google>=3.0.0",
30+
"semchunk>=1.0.1",
3031
]
3132

3233
license = "MIT"
@@ -64,14 +65,23 @@ requires-python = ">=3.9,<4.0"
6465
[project.optional-dependencies]
6566
burr = ["burr[start]==0.22.1"]
6667
docs = ["sphinx==6.0", "furo==2024.5.6"]
67-
other = [
68-
"graphviz>=0.20.3",
68+
69+
# Group 1: Other Language Models
70+
other-language-models = [
6971
"langchain-fireworks>=0.1.3",
7072
"langchain-groq>=0.1.3",
7173
"langchain-anthropic>=0.1.11",
7274
"langchain-huggingface>=0.0.3",
7375
"langchain-nvidia-ai-endpoints>=0.1.6",
74-
"semchunk>=1.0.1",
76+
]
77+
78+
# Group 2: More Semantic Options
79+
more-semantic-options = [
80+
"graphviz>=0.20.3",
81+
]
82+
83+
# Group 3: More Browser Options
84+
more-browser-options = [
7585
"browserbase>=0.3.0",
7686
]
7787

0 commit comments

Comments
 (0)