From cd8846bb05cb3962a84f6254dd3cd47e3588cc2f Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:32:24 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a0e7d94..c474a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,9 @@ pdfminer = "^20191125" typer = "^0.4.0" jq = "1.2.2" html2text = "2020.1.16" +pdf2text = "1.0.0" +pdf2txt = "0.7.3" + [tool.poetry.dev-dependencies]