Skip to content

Commit

Permalink
fix: add missing optional to poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Dec 23, 2024
1 parent 0e56bdd commit a813251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ colorama = [
# A list of all of the optional dependencies, which are included in the
# below `extras`. They can be opted into by apps.
# https://python-poetry.org/docs/pyproject/#extras
tomli = { version = ">=2.0.1", optional = true }
nbformat = { version = "*", optional = true }

[tool.poetry.group.dev.dependencies]
Expand All @@ -29,6 +30,7 @@ nbformat = "*"
tox = "^4.4.7"

[tool.poetry.extras]
toml = ["tomli"]
notebook = ["nbformat"]

[tool.poetry.scripts]
Expand Down

0 comments on commit a813251

Please sign in to comment.