Skip to content

Commit

Permalink
Update poetry dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 21, 2024
1 parent b701634 commit 67380da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ fsspec = "^2023.12.2"
aiohttp = "^3.9.3"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pynwb = "^2.6.0"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
ruff = "^0.3.3"
pyright = "1.1.335"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 67380da

Please sign in to comment.