[deps] add ipython to dev dependencies

so we have available in our virtual env
This commit is contained in:
bronsen 2026-02-07 02:53:11 +01:00
parent a45576406e
commit e45dcaa0fd

View file

@ -49,6 +49,7 @@ teilchensammler-cli = "teilchensammler_cli.main:main"
[dependency-groups] [dependency-groups]
dev = [ dev = [
"ipython>=9.10.0",
"pytest>=9.0.1", "pytest>=9.0.1",
"pytest-asyncio>=1.3.0", "pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0", "pytest-cov>=7.0.0",