mirror of
https://codeberg.org/privacy1st/pdf-replace
synced 2024-11-21 22:03:20 +01:00
36 lines
1.4 KiB
TOML
36 lines
1.4 KiB
TOML
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
|
|
|
|
[[package]]
|
|
name = "pdfrw"
|
|
version = "0.4"
|
|
description = "PDF file reader/writer library"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = [
|
|
{file = "pdfrw-0.4-py2.py3-none-any.whl", hash = "sha256:758289edaa3b672e9a1a67504be73c18ec668d4e5b9d5ac9cbc0dc753d8d196b"},
|
|
{file = "pdfrw-0.4.tar.gz", hash = "sha256:0dc0494a0e6561b268542b28ede2280387c2728114f117d3bb5d8e4787b93ef4"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "pypdf"
|
|
version = "3.17.4"
|
|
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
files = [
|
|
{file = "pypdf-3.17.4-py3-none-any.whl", hash = "sha256:6aa0f61b33779b64486de3f42835d3668badd48dac4a536aeb87da187a5eacd2"},
|
|
{file = "pypdf-3.17.4.tar.gz", hash = "sha256:ec96e2e4fc9648ac609d19c00d41e9d606e0ae2ce5a0bbe7691426f5f157166a"},
|
|
]
|
|
|
|
[package.extras]
|
|
crypto = ["PyCryptodome", "cryptography"]
|
|
dev = ["black", "flit", "pip-tools", "pre-commit (<2.18.0)", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"]
|
|
docs = ["myst_parser", "sphinx", "sphinx_rtd_theme"]
|
|
full = ["Pillow (>=8.0.0)", "PyCryptodome", "cryptography"]
|
|
image = ["Pillow (>=8.0.0)"]
|
|
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
python-versions = "^3.11"
|
|
content-hash = "0d691806e3e0b2213110872fa0616b5012f0a30f6fc0a29001cb48a739f77980"
|