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 2c92196 commit 5057c5dCopy full SHA for 5057c5d
pyproject.toml
@@ -35,7 +35,7 @@ Issues = "https://github.com/pythonarcade/arcade/issues"
35
Source = "https://github.com/pythonarcade/arcade"
36
Book = "https://learn.arcade.academy"
37
38
-[project.optional-dependencies]
+[dependency-groups]
39
# Used for dev work
40
dev = [
41
"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
202
[[tool.mypy.overrides]]
203
module = "PyInstaller.*"
204
ignore_missing_imports = true
205
-
206
-[tool.uv.sources]
207
-pyglet = { git = "https://github.com/pyglet/pyglet.git", branch = "development" }
0 commit comments