Skip to content

Commit

Permalink
Point branch to pyglet development branch
Browse files Browse the repository at this point in the history
* Use development pyglet in rolling release mode + comment it

* Add commented-out future pyglet == 2.1dev4 release we can swap to
  • Loading branch information
pushfoo committed Jul 9, 2024
1 parent 26d3daa commit 7aeacbd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
# TODO: Fix this once pyglet2.1dev4 releases
"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]
"pyglet@git+https://github.com/pyglet/pyglet.git@development#egg=pyglet",
# Expected future dev preview release on PyPI (not yet released)
# pyglet == 2.1dev4
"pillow~=10.2.0",
"pymunk~=6.6.0",
"pytiled-parser~=2.2.5",
Expand Down

0 comments on commit 7aeacbd

Please sign in to comment.