Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aram Verstegen
archive-hocr-tools
Commits
c75f179b
Commit
c75f179b
authored
Jan 22, 2022
by
Merlijn Wajer
Browse files
setup: make ebooklib optional
parent
f467c624
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
c75f179b
lxml
==4.6.5
ebooklib
==0.17.1
iso639
==0.1.4
setup.py
View file @
c75f179b
...
...
@@ -32,4 +32,7 @@ setup(name='archive-hocr-tools',
python_requires
=
'>=3.6'
,
include_package_data
=
True
,
install_requires
=
[
'lxml'
],
extras_require
=
{
'epub'
:
[
'ebooklib==0.17.1'
],
},
package_data
=
{
'hocr'
:
[
'data/*'
]})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment