[deps] Add dependencies

This commit is contained in:
Nemo 2021-05-26 18:16:04 +05:30
parent b4f228a948
commit c2914dd000
1 changed files with 4 additions and 4 deletions

View File

@ -38,12 +38,12 @@ package_dir =
# Require a min/specific Python version (comma-separated conditions)
python_requires = >=3.6
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
# new major versions. This works if the required packages follow Semantic Versioning.
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
python-pdfbox>=0.1.8.1
PyPDF2>=1.26.0
Markdown>=3.3.4
html5>=0.0.9
[options.packages.find]