Skip to content

Commit

Permalink
Merge branch 'main' into requirements-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Oct 23, 2024
2 parents 54afba8 + 1a6abfd commit 1f57f3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ Changelog = "https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html"

[project.optional-dependencies]
full = [
"cryptography; python_version >= '3.7'",
"PyCryptodome; python_version == '3.6'",
"cryptography",
"Pillow>=8.0.0",
]
crypto = [
"cryptography; python_version >= '3.7'",
"PyCryptodome; python_version == '3.6'",
"cryptography",
]
cryptodome = [
"PyCryptodome",
]
image = ["Pillow>=8.0.0"]
dev = ["black", "pip-tools", "pre-commit<2.18.0", "pytest-cov", "pytest-socket", "pytest-timeout", "flit", "wheel", "pytest-xdist"]
Expand Down

0 comments on commit 1f57f3e

Please sign in to comment.