Skip to content

Commit

Permalink
Changed poetry.group.docs to optional. Made dev nonoptional
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Mar 29, 2024
1 parent b010209 commit f022647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ pydantic = "^2.4.2"
typer = {extras = ["all"], version = "^0.9.0"}
requests = "^2.31.0"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
ruff = "^0.3.4"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
typer-cli = {path = "../typer-cli"} # https://github.com/Patarimi/typer-cli/commit/f44b547a0b9ea71e5c7b2dc7d4c1ab1212394e5e

Expand Down

0 comments on commit f022647

Please sign in to comment.