From e45dcaa0fdae4697d5156767efa8a1de7a694e20 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sat, 7 Feb 2026 02:53:11 +0100 Subject: [PATCH] [deps] add ipython to dev dependencies so we have available in our virtual env --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 888ba66..c9b5f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ teilchensammler-cli = "teilchensammler_cli.main:main" [dependency-groups] dev = [ + "ipython>=9.10.0", "pytest>=9.0.1", "pytest-asyncio>=1.3.0", "pytest-cov>=7.0.0",