From c20632402619b7961e9ce53cee98b523b705f679 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 28 May 2021 21:09:03 +0530 Subject: [PATCH] Remove pdfbox --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 28680a7..ff06662 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,9 +40,11 @@ python_requires = >=3.6 install_requires = importlib-metadata; python_version<"3.8" - python-pdfbox>=0.1.8.1 + # Read and write bookmarks from PDF PyPDF2>=1.26.0 + # Read the input file and convert it to HTML Markdown>=3.3.4 + # Parse the HTML to generate bookmarks html5>=0.0.9