summaryrefslogtreecommitdiffstats
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 36f21bb2c41..80c345c0fd7 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -19,7 +19,7 @@ python = "^3.8.1,<3.12"
# OpenBB dependencies
openbb = { version = "^4.2.0", extras = ["all"] }
-# Terminal dependencies
+# CLI dependencies
prompt-toolkit = "^3.0.16"
rich = "^13"
python-dotenv = "^1.0.0"