From 6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 24 Jan 2024 19:08:15 +0800 Subject: :recycle: refactor(cli): use rich instead of multilogging to show output --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 79057a6..123e33b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ authors = [ ] dependencies = [ "typer>=0.9.0", - "multilogging>=1.0.2", "toml>=0.10.2", "requests>=2.31.0", + "rich>=13.7.0", ] requires-python = ">=3.10" readme = "README.md" -- cgit v1.2.3-70-g09d2