Nidhal Baccouri
commited on
Commit
·
eeef6f3
1
Parent(s):
b192c53
updated poetry lock
Browse files- poetry.lock +7 -3
poetry.lock
CHANGED
@@ -514,7 +514,7 @@ name = "docx2txt"
|
|
514 |
version = "0.8"
|
515 |
description = "A pure python-based utility to extract text and images from docx files."
|
516 |
category = "main"
|
517 |
-
optional =
|
518 |
python-versions = "*"
|
519 |
files = [
|
520 |
{file = "docx2txt-0.8.tar.gz", hash = "sha256:2c06d98d7cfe2d3947e5760a57d924e3ff07745b379c8737723922e7009236e5"},
|
@@ -1018,7 +1018,7 @@ name = "pypdf"
|
|
1018 |
version = "3.4.1"
|
1019 |
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
|
1020 |
category = "main"
|
1021 |
-
optional =
|
1022 |
python-versions = ">=3.6"
|
1023 |
files = [
|
1024 |
{file = "pypdf-3.4.1-py3-none-any.whl", hash = "sha256:5e84dc66d17f3e74fd6c84ab1e0b0cc6e21aae79e391eac88853cdac47847813"},
|
@@ -1708,7 +1708,11 @@ files = [
|
|
1708 |
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
1709 |
testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
1710 |
|
|
|
|
|
|
|
|
|
1711 |
[metadata]
|
1712 |
lock-version = "2.0"
|
1713 |
python-versions = "^3.7"
|
1714 |
-
content-hash = "
|
|
|
514 |
version = "0.8"
|
515 |
description = "A pure python-based utility to extract text and images from docx files."
|
516 |
category = "main"
|
517 |
+
optional = true
|
518 |
python-versions = "*"
|
519 |
files = [
|
520 |
{file = "docx2txt-0.8.tar.gz", hash = "sha256:2c06d98d7cfe2d3947e5760a57d924e3ff07745b379c8737723922e7009236e5"},
|
|
|
1018 |
version = "3.4.1"
|
1019 |
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
|
1020 |
category = "main"
|
1021 |
+
optional = true
|
1022 |
python-versions = ">=3.6"
|
1023 |
files = [
|
1024 |
{file = "pypdf-3.4.1-py3-none-any.whl", hash = "sha256:5e84dc66d17f3e74fd6c84ab1e0b0cc6e21aae79e391eac88853cdac47847813"},
|
|
|
1708 |
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
1709 |
testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
1710 |
|
1711 |
+
[extras]
|
1712 |
+
docx = ["docx2txt"]
|
1713 |
+
pdf = ["pypdf"]
|
1714 |
+
|
1715 |
[metadata]
|
1716 |
lock-version = "2.0"
|
1717 |
python-versions = "^3.7"
|
1718 |
+
content-hash = "dba85db35e61e76c55c49f4069a9afb8b3b8f69b271eabeb6045b95fa1fa445e"
|