Skip to content

Commit d991b67

Browse files
committed
Update poetry dependency groups to allow having pillow and png together
1 parent 11b0f95 commit d991b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@ pillow = {version = ">=9.1.0", optional = true}
4848
[tool.poetry.extras]
4949
pil = ["pillow"]
5050
png = ["pypng"]
51+
all = ["pypng","pillow"]
5152

5253
[tool.poetry.group.dev.dependencies]
5354
pytest = {version = "*"}
5455
pytest-cov = {version = "*"}
5556
tox = {version = "*"}
5657
ruff = {version = "*"}
58+
pypng = {version = "*"}
59+
pillow = {version = ">=9.1.0"}
5760
docutils = "^0.21.2"
5861
zest-releaser = {extras = ["recommended"], version = "^9.2.0"}
5962

0 commit comments

Comments
 (0)