add ipdb to the dev deps
This commit is contained in:
parent
3e7a144fb4
commit
61b8c82592
2 changed files with 41 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue