From 3a63473dcc34529bc0657d49242864299ea63a95 Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Mon, 11 Dec 2023 07:02:23 -0500 Subject: [PATCH] Add rich dep to setup.cfg Signed-off-by: Urvashi Mohnani --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 02537ccf..6598e12a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ install_requires = requests >=2.24 tomli>=1.2.3; python_version<'3.11' urllib3 + rich >= 12.5.1 # typing_extensions are included for RHEL 8.5 # typing_extensions;python_version<'3.8'