Skip to content

Commit

Permalink
Move pdoc to a docs dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Aug 3, 2023
1 parent c88c72a commit 903b697
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ packages = [{include = "APP_NAME", from = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
pdoc = { version = "^14.0.0", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.2"
Expand All @@ -19,6 +18,9 @@ isort = "^5.12.0"
pre-commit = "^3.3.3"
pytest-cov = "^4.1.0"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.0.0"

[tool.poetry.extras]
docs = ["pdoc"]

Expand Down

0 comments on commit 903b697

Please sign in to comment.