chore: Add packaging dependency for tests

This commit is contained in:
Mike A.
2024-09-03 18:37:56 +02:00
parent 99f0080fba
commit 9e52f9d727
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@@ -1934,4 +1934,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "2d3b360b3257ffbf7354aa5b43a072e45b7e2f876b2a43b1bc3a5c81b80e5601"
content-hash = "82afdb0285f12c854d3b3cb9166c8f6e80a8700ddcd31838df68596fbd298729"

View File

@@ -23,6 +23,7 @@ pre-commit = "^3.8.0"
pyright = "1.1.378"
ruff = "0.6.3"
tomli = "^2.0.1"
packaging = "^24.1"
[tool.poetry.group.test]
optional = true