add ipdb to the dev deps

This commit is contained in:
Viktor Barzin 2025-05-17 22:11:51 +00:00
parent 3e7a144fb4
commit 61b8c82592
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 41 additions and 21 deletions

View file

@ -22,6 +22,9 @@ matplotlib = "^3.10.0"
opencv-python = "^4.11.0.86"
click = "^8.2.0"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"