Skip to content

Commit 3d09a10

Browse files
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.
1 parent dda78db commit 3d09a10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

requirements-ci.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ pytest
44
ruff
55
pyzmq
66
numpy
7+
click>=8.0.0
8+
rich>=10.0.0
9+
psutil>=5.8.0
10+
beautifulsoup4
11+
lxml

0 commit comments

Comments
 (0)