We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490d8c1 commit 7dab600Copy full SHA for 7dab600
pyproject.toml
@@ -19,14 +19,8 @@ classifiers = [
19
"Topic :: Software Development :: Libraries :: Python Modules",
20
]
21
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",
+ # TODO: Fix this once pyglet2.1dev4 releases
+ "pyglet@git+https://github.com/einarf/pyglet/#egg=vectors-2",
30
"pillow~=10.2.0",
31
"pymunk~=6.6.0",
32
"pytiled-parser~=2.2.5",
0 commit comments