diff --git a/poetry.lock b/poetry.lock index 33249dd3..3296784e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2143,6 +2143,21 @@ files = [ [package.extras] cli = ["click (>=5.0)"] +[[package]] +name = "python-poppler" +version = "0.4.1" +description = "A Python binding to poppler-cpp" +optional = false +python-versions = ">=3.6" +files = [ + {file = "python_poppler-0.4.1.tar.gz", hash = "sha256:e6ca5c23ec02350bf2cef85a6bf9f1b261796436db478176f9d24fb14eeecc6a"}, +] + +[package.extras] +dev = ["black", "flake8", "flake8-bugbear"] +doc = ["gph-import", "sphinx", "sphinx-issues", "sphinx-material"] +test = ["pytest"] + [[package]] name = "pytz" version = "2024.1" @@ -3064,4 +3079,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "625adc1fc807e0f89d2de6b4bfa4726658dfdc2c6decd0d69c2829fd1f8101d3" +content-hash = "bf92ca9d41fa1a3bb9cc9c544738445e06fbb672bd0925c695cd8766f845dcaf" diff --git a/pyproject.toml b/pyproject.toml index 01f79580..1c7379a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ scikit-image = "^0.22.0" selenium = "^4.18.1" tabulate = "^0.9.0" webdriver-manager = "^4.0.1" -poppler-utils = "*" +python-poppler = "^0.4.1" +poppler-utils = "^0.1.0" [build-system] requires = [