feat(inbox): .xlsx extraction — formula gate, hidden sheets, cell comments (stage 2h)
This commit is contained in:
parent
a46a96db0a
commit
ca26e117ea
3 changed files with 132 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ judge = [] # LLM-judge / source-grounding implementation (placeholder)
|
|||
# §247). Deliberately in `dev`, NOT the core `dependencies` (which stays []) and
|
||||
# NOT a public `[extract]` extra — the front-end is an in-repo demonstration, not
|
||||
# v1 shipped code. They pull lxml/Pillow transitively; that footprint is dev-only.
|
||||
dev = ["pytest>=8", "python-docx>=1.2", "python-pptx>=1.0"]
|
||||
dev = ["pytest>=8", "python-docx>=1.2", "python-pptx>=1.0", "openpyxl>=3.1"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/llm_ingestion_guard"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue