[FIX] attachment_indexation_textract: use a textract fork to fix pip

This commit is contained in:
len 2024-02-15 11:27:30 +01:00
parent 8e980361f2
commit 834573be96

View File

@ -14,7 +14,9 @@
"data": [], "data": [],
"assets": {}, "assets": {},
"external_dependencies": { "external_dependencies": {
"python": ["textract"], "python": [
"textract-py3"
], # see https://github.com/deanmalmgren/textract/issues/476
"bin": ["antiword"], "bin": ["antiword"],
}, },
} }