unstructured/requirements/extra-docx.in
qued 293901e144
build: pin python-docx (#3110)
Since we incorporate a newer feature from `python-docx`
[here](https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/partition/docx.py#L521),
we should make the version of `python-docx` that first supports that
method an explicit requirement.

I didn't pip recompile since our generated dependencies already have
`python-docx==1.1.2`, but I can do that if someone thinks it's
necessary.
2024-05-30 15:08:10 +00:00

6 lines
140 B
Plaintext

-c ./deps/constraints.txt
-c base.txt
# Note(scanny): partition_docx() uses table features added in python-docx v1.1.2.
python-docx>=1.1.2