Skip to content

Commit

Permalink
tool.poetry.group.dev optional=true (#38)
Browse files Browse the repository at this point in the history
Make dev dependencies optional, which is what I originally thought was
the default behavior.
  • Loading branch information
Robpol86 authored Jul 7, 2024
1 parent c08b47f commit f7909ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ repository = "https://github.com/Robpol86/sphinx-disqus"
python = "^3.9"
sphinx = "*"

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

[tool.poetry.group.dev.dependencies]
# Docs.
sphinx-copybutton = "*"
Expand Down

0 comments on commit f7909ae

Please sign in to comment.