chore(deps): make all groups optional

This commit is contained in:
Jérome Eertmans
2023-08-07 18:06:12 +02:00
parent fb02764bb7
commit f1f7146c7e

View File

@ -74,6 +74,9 @@ manim = ["manim"]
manimgl = ["manimgl"] manimgl = ["manimgl"]
sphinx-directive = ["docutils", "jinja2", "manim"] sphinx-directive = ["docutils", "jinja2", "manim"]
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^22.10.0" black = "^22.10.0"
bump2version = "^1.0.1" bump2version = "^1.0.1"
@ -82,6 +85,9 @@ mypy = "^0.991"
pre-commit = "^3.0.2" pre-commit = "^3.0.2"
ruff = "^0.0.219" ruff = "^0.0.219"
[tool.poetry.group.docs]
optional = true
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
furo = "^2023.5.20" furo = "^2023.5.20"
ipykernel = "^6.25.1" ipykernel = "^6.25.1"
@ -94,6 +100,9 @@ sphinx-click = "^4.4.0"
sphinx-copybutton = "^0.5.1" sphinx-copybutton = "^0.5.1"
sphinxext-opengraph = "^0.7.5" sphinxext-opengraph = "^0.7.5"
[tool.poetry.group.test]
optional = true
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
manim = "^0.17.3" manim = "^0.17.3"
manimgl = "^1.6.1" manimgl = "^1.6.1"