Skip to content

Commit 4b20465

Browse files
committed
add line_profiler as a requirement in pyproject toml
1 parent 275b88b commit 4b20465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ rich = ">=13.8.1"
9292
lxml = ">=5.3.0"
9393
crosshair-tool = ">=0.0.78"
9494
coverage = ">=7.6.4"
95+
line_profiler=">=4.2.0" #this is the minimum version which supports python 3.13
9596
[tool.poetry.group.dev]
9697
optional = true
9798

0 commit comments

Comments
 (0)