Skip to content

Commit b28844e

Browse files
authored
Remove outdated comments in pyproject.toml (#2529)
1 parent e356008 commit b28844e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ classifiers = [
2020
"Topic :: Software Development :: Libraries :: Python Modules",
2121
]
2222
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)
2723
"pyglet~=2.1.0",
2824
"pillow~=11.0.0",
2925
"pymunk~=6.9.0",
@@ -42,7 +38,6 @@ Book = "https://learn.arcade.academy"
4238
[project.optional-dependencies]
4339
# Used for dev work
4440
dev = [
45-
# --- Documentation: Sphinx 7 based currently
4641
"sphinx==8.1.3", # April 2024 | Updated 2024-07-15, 7.4+ is broken with sphinx-autobuild
4742
"sphinx_rtd_theme==3.0.2", # Nov 2024
4843
"sphinx-rtd-dark-mode==1.3.0",

0 commit comments

Comments
 (0)