From 6af50052168b05578f59350abd185c3e54897d63 Mon Sep 17 00:00:00 2001 From: alafage Date: Tue, 1 Oct 2024 14:41:04 +0200 Subject: [PATCH] :heavy_plus_sign: Add rich>=10.2.2 as dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ab2fa77f..649382da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "numpy<2", "opencv-python", "glest==0.0.1a0", + "rich>=10.2.2", ] [project.optional-dependencies]