Skip to content

Commit

Permalink
Add missing dependency in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 10, 2024
1 parent c093088 commit e860bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
install_requires=[
'Pillow',
'lxml',
'python-bidi',
'reportlab',
],
scripts=[c for c in glob.glob("hocr-*")]
Expand Down

0 comments on commit e860bca

Please sign in to comment.