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 Oct 23, 2023
1 parent 54efa31 commit 43901eb
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 43901eb

Please sign in to comment.