Skip to content

Commit 5057c5d

Browse files
committed
Update to dependency-groups (PEP 735)
1 parent 2c92196 commit 5057c5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Issues = "https://github.com/pythonarcade/arcade/issues"
3535
Source = "https://github.com/pythonarcade/arcade"
3636
Book = "https://learn.arcade.academy"
3737

38-
[project.optional-dependencies]
38+
[dependency-groups]
3939
# Used for dev work
4040
dev = [
4141
"sphinx==8.1.3", # April 2024 | Updated 2024-07-15, 7.4+ is broken with sphinx-autobuild
@@ -202,6 +202,3 @@ ignore_missing_imports = true
202202
[[tool.mypy.overrides]]
203203
module = "PyInstaller.*"
204204
ignore_missing_imports = true
205-
206-
[tool.uv.sources]
207-
pyglet = { git = "https://github.com/pyglet/pyglet.git", branch = "development" }

0 commit comments

Comments
 (0)