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

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