add honcho as explicit dev dependency

This commit is contained in:
ducklet 2023-11-26 16:46:38 +01:00
parent 2c65436df5
commit 79068f2f10
2 changed files with 19 additions and 1 deletions

View file

@ -25,6 +25,7 @@ pyright = "*"
pytest-asyncio = "*"
pytest-cov = "*"
ruff = "*"
honcho = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]