Add ipdb dev dependency
This commit is contained in:
parent
c98382843b
commit
f4fc6f18ec
2 changed files with 181 additions and 0 deletions
|
@ -16,3 +16,8 @@ dependencies = [
|
|||
|
||||
[tool.uv.sources]
|
||||
fastapi = { path = "../fastapi", editable = true }
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipdb>=0.13.13",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue