Skip to content

Commit 8ed6a48

Browse files
committed
WIP Pillow util module
1 parent 91d6db6 commit 8ed6a48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/src/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@
9393
"pygame.locals",
9494
"pygame.color",
9595
"pyglet",
96+
"pillow",
97+
"PIL"
9698
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
requires-python = ">=3.9"
3737

3838
[project.optional-dependencies]
39-
dev = ["pyglet", "pygame", "sphinx", "aafigure", "wheel", "matplotlib", "numpy"]
39+
dev = ["pyglet", "pygame", "pillow", "sphinx", "aafigure", "wheel", "matplotlib", "numpy"]
4040
[project.urls]
4141
Homepage = "https://www.pymunk.org"
4242
Documentation = "https://www.pymunk.org"

0 commit comments

Comments
 (0)