mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
add line_profiler as a requirement in pyproject toml
This commit is contained in:
parent
275b88bc8f
commit
4b2046586e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue