Skip to content

Commit

Permalink
Fixed bug with doc and dev dependencies not being optional!
Browse files Browse the repository at this point in the history
  • Loading branch information
Khari Gardner committed Apr 26, 2024
1 parent 76accc9 commit 4ef9770
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ lazy = "^1.6"
pytz = "^2024.1"
python-dateutil = "^2.9.0.post0"

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

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

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 4ef9770

Please sign in to comment.