Skip to content

Commit

Permalink
Update poetry dependency groups to allow having pillow and png together
Browse files Browse the repository at this point in the history
  • Loading branch information
maribedran committed Sep 27, 2024
1 parent 11b0f95 commit d991b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ pillow = {version = ">=9.1.0", optional = true}
[tool.poetry.extras]
pil = ["pillow"]
png = ["pypng"]
all = ["pypng","pillow"]

[tool.poetry.group.dev.dependencies]
pytest = {version = "*"}
pytest-cov = {version = "*"}
tox = {version = "*"}
ruff = {version = "*"}
pypng = {version = "*"}
pillow = {version = ">=9.1.0"}
docutils = "^0.21.2"
zest-releaser = {extras = ["recommended"], version = "^9.2.0"}

Expand Down

0 comments on commit d991b67

Please sign in to comment.