remove comments from install_requires

This commit is contained in:
Nemo 2021-05-28 23:45:00 +05:30
parent a6b7813c2a
commit 676b69d4d2
1 changed files with 4 additions and 5 deletions

View File

@ -38,16 +38,15 @@ package_dir =
# Require a min/specific Python version (comma-separated conditions)
python_requires = >=3.6
# PyPDF3: Read and write PDF files
# Markdown: Render input markdown file to HTML
# html5: Parse HTML file to generate bookmarks
install_requires =
importlib-metadata; python_version<"3.8"
# Read and write bookmarks from PDF
PyPDF3>=1.0.4
# Read the input file and convert it to HTML
PyPDF3>=1.0.4
Markdown>=3.3.4
# Parse the HTML to generate bookmarks
html5>=0.0.9
[options.packages.find]
where = src
exclude =