Skip to content

Commit 7881585

Browse files
committed
chore(deps): add tomli fallback and mcp optional extra
1 parent e4eb71a commit 7881585

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"coloredlogs==15.0.1",
3535
"beautifulsoup4==4.13.4",
3636
"argcomplete==3.6.2",
37+
"tomli; python_version < '3.11'",
3738
]
3839

3940
[tool.setuptools_scm]
@@ -47,6 +48,7 @@ readability = ["trafilatura"]
4748
render = ["playwright"]
4849
rag = ["tiktoken"]
4950
vector = ["pyarrow"]
51+
mcp = ["mcp"]
5052

5153
# Entry points for command-line interface scripts
5254
[project.scripts]

0 commit comments

Comments
 (0)