Skip to content

Commit a5b4751

Browse files
committed
⬆️ refactor(pyproject.toml): Update dependencies and configuration for poetry and pytest.
1 parent fff823d commit a5b4751

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ aiohttp-retry = "^2.8.3"
2525
pydantic = "2.9.2"
2626
shazamio-core = "1.1.2"
2727

28-
[tool.poetry.dev-dependencies]
28+
[poetry.group.dev.dependencies]
2929
black = {version = "^24.2.0", allow-prereleases = true}
3030
pytest = "8.1.2"
3131
pytest-asyncio = "^0.23.6"
3232

3333
[build-system]
34-
requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0"]
34+
requires = ["poetry-core"]
3535
build-backend = "poetry.core.masonry.api"
3636

37-
3837
[tool.pytest.ini_options]
3938
addopts = "-scoped"
4039
asyncio_mode = "auto"

0 commit comments

Comments
 (0)