Skip to content

Commit

Permalink
Add optional deps back in for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Jan 17, 2024
1 parent fec7c69 commit c8f289b
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 @@ -21,6 +21,9 @@ parquet = ["pyarrow"]
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"

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

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit c8f289b

Please # to comment.