chore: add pypandoc dependency to pyproject.toml and update uv.lock

This commit is contained in:
Anish Sarkar 2026-02-11 12:37:44 +05:30
parent c297e41caa
commit 1d1e2c6b48
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@ dependencies = [
"unstructured-client>=0.42.3",
"langchain-unstructured>=1.0.1",
"slowapi>=0.1.9",
"pypandoc>=1.16.2",
]
[dependency-groups]

View file

@ -6868,6 +6868,7 @@ dependencies = [
{ name = "playwright" },
{ name = "psycopg", extra = ["binary", "pool"] },
{ name = "pyarrow" },
{ name = "pypandoc" },
{ name = "pypdf" },
{ name = "python-ffmpeg" },
{ name = "redis" },
@ -6936,6 +6937,7 @@ requires-dist = [
{ name = "playwright", specifier = ">=1.50.0" },
{ name = "psycopg", extras = ["binary", "pool"], specifier = ">=3.3.2" },
{ name = "pyarrow", specifier = ">=15.0.0,<19.0.0" },
{ name = "pypandoc", specifier = ">=1.16.2" },
{ name = "pypdf", specifier = ">=5.1.0" },
{ name = "python-ffmpeg", specifier = ">=2.0.12" },
{ name = "redis", specifier = ">=5.2.1" },