Fix setup.cfg

Included validators
This commit is contained in:
Vonter 2021-06-27 17:57:38 +05:30
parent e70166efc2
commit 052060d256
No known key found for this signature in database
GPG Key ID: 06F3D11E035E214F
1 changed files with 2 additions and 0 deletions

View File

@ -41,11 +41,13 @@ python_requires = >=3.6
# PyPDF3: Read and write PDF files
# Markdown: Render input markdown file to HTML
# html5: Parse HTML file to generate bookmarks
# validators: Validate URL for fetching external PDF
install_requires =
importlib-metadata; python_version<"3.8"
PyPDF3>=1.0.4
Markdown>=3.3.4
html5>=0.0.9
validators>=0.18.1
[options.packages.find]
where = src