From c2914dd0002616b5b9a8e5886f92b7e86daad8f7 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 26 May 2021 18:16:04 +0530 Subject: [PATCH] [deps] Add dependencies --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 83b6773..d4fec6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]