From 602c7a0d0a5279ed7f2737263b27a51910ee3f87 Mon Sep 17 00:00:00 2001 From: Mothilal-hire10x Date: Tue, 25 Nov 2025 16:57:04 +0530 Subject: [PATCH] Update dependencies in pyproject.toml for consistency and versioning --- pyproject.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 01afbab..7e93523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,14 @@ authors = [ ] readme = "README.md" requires-python = ">=3.9" -dependencies = [] +dependencies = [ + "pymupdf==1.25.4", + "python-docx", + "markdown", + "striprtf", + "beautifulsoup4", + "lxml" +] [project.urls] Homepage = "https://10xhub.github.io/textxtract/" @@ -20,7 +27,7 @@ Documentation = "https://10xhub.github.io/textxtract/" Source = "https://github.com/10xhub/textxtract" [project.optional-dependencies] -pdf = ["pymupdf"] +pdf = ["pymupdf==1.25.4"] docx = ["python-docx"] doc = ["antiword"] md = ["markdown"] @@ -28,7 +35,7 @@ rtf = ["striprtf"] html = ["beautifulsoup4", "lxml"] xml = ["lxml"] all = [ - "pymupdf", + "pymupdf==1.25.4", "python-docx", "antiword", "markdown",