From 178721a13c4eb5ae91ffa2cdcf9b46dbea0e7e04 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 23 Jun 2023 19:10:46 +0200
Subject: [PATCH] Replace click with rich-click dependency (#466)

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index be3a3394..338f6f14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"]
 [tool.poetry.dependencies]
 python = "^3.8.0"
 duniterpy = "1.1.0"
-click = "^8.1.3"
+rich-click = "^1.6.1"
 texttable = "^1.6.7"
 pendulum = "^3.0.0a1"
 
-- 
GitLab