Skip to content

Commit 630839a

Browse files
author
Daniele Briggi
committed
fix(dependencies): reduce
1 parent 4815e53 commit 630839a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ dependencies = [
2020
"attrs",
2121
"typer",
2222
"huggingface_hub[hf_transfer]",
23-
"markitdown[all]",
23+
"markitdown[docx]",
24+
"markitdown[outlook]",
25+
"markitdown[pdf]",
26+
"markitdown[pptx]",
27+
"markitdown[xls]",
28+
"markitdown[xlsx]",
2429
"sqlite-ai",
25-
"sqliteai-vector"
30+
"sqlite-vector"
2631
]
2732

2833
[project.optional-dependencies]
@@ -38,7 +43,7 @@ dev = [
3843
"pandas",
3944
"psutil",
4045
"twine",
41-
"build"
46+
"build",
4247
]
4348

4449
[project.urls]

0 commit comments

Comments
 (0)