Skip to content

Commit

Permalink
Make dev optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Sep 11, 2024
1 parent 58bb039 commit eb75a02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ PyQt6 = { version = '~=6.7', markers = 'platform_machine != "aarch64"' }
types-requests = "^2.32.0.20240712"
types-tabulate = "^0.9.0.20240106"

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

[tool.poetry.group.dev.dependencies]
pytest = '~=8.2'
pytest-cov = '~=5.0'
Expand Down

0 comments on commit eb75a02

Please sign in to comment.