We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4815e53 commit 630839aCopy full SHA for 630839a
pyproject.toml
@@ -20,9 +20,14 @@ dependencies = [
20
"attrs",
21
"typer",
22
"huggingface_hub[hf_transfer]",
23
- "markitdown[all]",
+ "markitdown[docx]",
24
+ "markitdown[outlook]",
25
+ "markitdown[pdf]",
26
+ "markitdown[pptx]",
27
+ "markitdown[xls]",
28
+ "markitdown[xlsx]",
29
"sqlite-ai",
- "sqliteai-vector"
30
+ "sqlite-vector"
31
]
32
33
[project.optional-dependencies]
@@ -38,7 +43,7 @@ dev = [
38
43
"pandas",
39
44
"psutil",
40
45
"twine",
41
- "build"
46
+ "build",
42
47
48
49
[project.urls]
0 commit comments