Skip to content

Commit 7dab600

Browse files
committed
Fix pyglet dependency line
1 parent 490d8c1 commit 7dab600

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,8 @@ classifiers = [
1919
"Topic :: Software Development :: Libraries :: Python Modules",
2020
]
2121
dependencies = [
22-
# Currently, follow these steps:
23-
# 1. Clone this https://github.com/pyglet/pyglet/pull/1154
24-
# 2. cd into it
25-
# 3. pip install -I -e .
26-
# 4. Go back to the arcade directory
27-
# 5. pytest tests/unit
28-
# Unit tests should now pass :D
29-
"pyglet @ https://github.com/einarf/pyglet/archive/refs/heads/vectors-2.tar.gz",
22+
# TODO: Fix this once pyglet2.1dev4 releases
23+
"pyglet@git+https://github.com/einarf/pyglet/#egg=vectors-2",
3024
"pillow~=10.2.0",
3125
"pymunk~=6.6.0",
3226
"pytiled-parser~=2.2.5",

0 commit comments

Comments
 (0)