From 6f6ecd9818aaa93c642927a6096edaddb177e2a2 Mon Sep 17 00:00:00 2001 From: "J.P" <70083705+stapmoshun@users.noreply.github.com> Date: Tue, 9 Jan 2024 02:00:13 -0500 Subject: [PATCH] fix dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4b4ed1..6f5736f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ dependencies = [ "toml", "docopt", "ordered_set", + "rich", "cloudmesh-common", ]