aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-06-03 17:44:11 -0700
committerFranck Cuny <franck@fcuny.net>2024-06-03 17:44:11 -0700
commite45ac748acebdc1ac57b980a86efbcf4a3a1e124 (patch)
treefdf2a00d7f31be9442790b56a14fba1eac9dbb1d /pyproject.toml
parentclean up a bunch of home-manager stuff (diff)
downloadinfra-e45ac748acebdc1ac57b980a86efbcf4a3a1e124.tar.gz
add ipython
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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"