Skip to content

Commit

Permalink
pdm: add profiling/debug modules to dev groups
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Jul 16, 2024
1 parent 9eeb285 commit 96192f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ lint = [
]
profile = [
"snakeviz>=2.1.1",
"vprof>=0.38"
"vprof>=0.38",
"memray>=1.13.3",
"line-profiler>=4.1.3"
]
dev = [
"jupyter-console>=6.6.3"
]

[tool.pdm.scripts]
Expand Down

0 comments on commit 96192f7

Please sign in to comment.