add line_profiler as a requirement in pyproject toml

This commit is contained in:
Aseem Saxena 2025-03-31 14:02:31 -07:00
parent 275b88bc8f
commit 4b2046586e

View file

@ -92,6 +92,7 @@ rich = ">=13.8.1"
lxml = ">=5.3.0"
crosshair-tool = ">=0.0.78"
coverage = ">=7.6.4"
line_profiler=">=4.2.0" #this is the minimum version which supports python 3.13
[tool.poetry.group.dev]
optional = true