Skip to content

Commit 2959a8d

Browse files
committed
build: add optional parser extras (mistral, mineru, parsers) (#77)
1 parent 995b90c commit 2959a8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ testpaths = ["tests"]
5353

5454
[project.optional-dependencies]
5555
dev = ["pytest", "pytest-asyncio"]
56+
mistral = ["mistralai"]
57+
mineru = ["httpx"]
58+
parsers = ["mistralai", "httpx"]
5659

5760
[tool.hatch.version]
5861
source = "vcs"

0 commit comments

Comments
 (0)