From 3d09a1031b4a8d7f911e10d2bf81e1c36c2fcae2 Mon Sep 17 00:00:00 2001 From: Ganesh Patil <7030871503ganeshpatil@gmail.com> Date: Thu, 12 Feb 2026 00:49:29 +0530 Subject: [PATCH] fix(ci): add missing dependencies to requirements-ci.txt Add click, rich, psutil, beautifulsoup4, and lxml which are required by tests/test_cli.py and tests/test_graph.py for test imports to work. --- requirements-ci.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements-ci.txt b/requirements-ci.txt index 1dc06cfb..5668f6a5 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -4,3 +4,8 @@ pytest ruff pyzmq numpy +click>=8.0.0 +rich>=10.0.0 +psutil>=5.8.0 +beautifulsoup4 +lxml