Skip to content

Commit 7aeacbd

Browse files
committed
Point branch to pyglet development branch
* Use development pyglet in rolling release mode + comment it * Add commented-out future pyglet == 2.1dev4 release we can swap to
1 parent 26d3daa commit 7aeacbd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ classifiers = [
1919
"Topic :: Software Development :: Libraries :: Python Modules",
2020
]
2121
dependencies = [
22-
# TODO: Fix this once pyglet2.1dev4 releases
23-
"pyglet@git+https://github.com/einarf/pyglet.git@vectors-2#egg=pyglet",
22+
# Use pyglet's development branch as a rolling release package
23+
# 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
2427
"pillow~=10.2.0",
2528
"pymunk~=6.6.0",
2629
"pytiled-parser~=2.2.5",

0 commit comments

Comments
 (0)