mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00

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.
7 lines
149 B
Plaintext
7 lines
149 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
|
|
pypandoc
|