Skip to content

Commit

Permalink
➕ refactor(pyproject.toml): Add `tool.poetry.group.dev.dependencies…
Browse files Browse the repository at this point in the history
…` section.
  • Loading branch information
dotX12 committed Feb 4, 2025
1 parent 5c16b45 commit 2d039b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aiohttp-retry = "^2.8.3"
pydantic = "2.9.2"
shazamio-core = "1.1.2"

[poetry.group.dev.dependencies]
[tool.poetry.group.dev.dependencies]
black = {version = "^24.2.0", allow-prereleases = true}
pytest = "8.1.2"
pytest-asyncio = "^0.23.6"
Expand Down

0 comments on commit 2d039b2

Please sign in to comment.