diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a8c9751..5b9ef00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,4 +28,7 @@ build-backend = "setuptools.build_meta" py-modules = ["femtoqueue"] [dependency-groups] -dev = ["ruff>=0.11.9"] +dev = [ + "pyinstrument>=5.0.1", + "ruff>=0.11.9", +] |
