Skip to content

Commit c7f1d17

Browse files
committed
More sane dependencies for 4.0 dev branch. Pymunk has some issues on web to figure out still.
1 parent 87076c5 commit c7f1d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ classifiers = [
2020
"Topic :: Software Development :: Libraries :: Python Modules",
2121
]
2222
dependencies = [
23-
"pyglet",
24-
"pillow",
2523
"pyglet==3.0.dev1",
24+
"pillow~=12.0.0",
25+
"pymunk~=7.2.0",
2626
"pytiled-parser~=2.2.9",
2727
]
2828
dynamic = ["version"]

0 commit comments

Comments
 (0)