Skip to content

Commit e860bca

Browse files
committed
Add missing dependency in setup.py
Signed-off-by: Stefan Weil <[email protected]>
1 parent c093088 commit e860bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
install_requires=[
3030
'Pillow',
3131
'lxml',
32+
'python-bidi',
3233
'reportlab',
3334
],
3435
scripts=[c for c in glob.glob("hocr-*")]

0 commit comments

Comments
 (0)