File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ classifiers = [
20
20
" Topic :: Software Development :: Libraries :: Python Modules" ,
21
21
]
22
22
dependencies = [
23
- # Fallback to use pyglet's development branch as a rolling release package
24
- # at the cost of slow download and constant pip install -I -e .[dev]
25
- # "pyglet@git+https://github.com/pyglet/pyglet.git@development#egg=pyglet",
26
- # Expected future dev preview release on PyPI (not yet released)
27
23
" pyglet~=2.1.0" ,
28
24
" pillow~=11.0.0" ,
29
25
" pymunk~=6.9.0" ,
@@ -42,7 +38,6 @@ Book = "https://learn.arcade.academy"
42
38
[project .optional-dependencies ]
43
39
# Used for dev work
44
40
dev = [
45
- # --- Documentation: Sphinx 7 based currently
46
41
" sphinx==8.1.3" , # April 2024 | Updated 2024-07-15, 7.4+ is broken with sphinx-autobuild
47
42
" sphinx_rtd_theme==3.0.2" , # Nov 2024
48
43
" sphinx-rtd-dark-mode==1.3.0" ,
You can’t perform that action at this time.
0 commit comments