From e45ac748acebdc1ac57b980a86efbcf4a3a1e124 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 3 Jun 2024 17:44:11 -0700 Subject: add ipython --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d74d30c..1544d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ dependencies = [ "prettytable>=3.10.0", "termcolor>=2.4.0", "click>=8.1.7", + "ipython>=8.24.0", ] readme = "README.md" requires-python = ">= 3.8" -- cgit v1.2.3