We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d3daa commit 7aeacbdCopy full SHA for 7aeacbd
pyproject.toml
@@ -19,8 +19,11 @@ classifiers = [
19
"Topic :: Software Development :: Libraries :: Python Modules",
20
]
21
dependencies = [
22
- # TODO: Fix this once pyglet2.1dev4 releases
23
- "pyglet@git+https://github.com/einarf/pyglet.git@vectors-2#egg=pyglet",
+ # Use pyglet's development branch as a rolling release package
+ # at the cost of slow download and constant pip install -I -e .[dev]
24
+ "pyglet@git+https://github.com/pyglet/pyglet.git@development#egg=pyglet",
25
+ # Expected future dev preview release on PyPI (not yet released)
26
+ # pyglet == 2.1dev4
27
"pillow~=10.2.0",
28
"pymunk~=6.6.0",
29
"pytiled-parser~=2.2.5",
0 commit comments