diff options
| author | 2024-01-24 19:08:15 +0800 | |
|---|---|---|
| committer | 2024-01-24 19:08:15 +0800 | |
| commit | 6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6 (patch) | |
| tree | e8a4c77393cef0b95b5cde8c1e050fd21a886703 /pyproject.toml | |
| parent | 3521280e1cbf81c8de89eaa4336952ba2c803693 (diff) | |
| download | ipm-6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6.tar.gz ipm-6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6.zip | |
:recycle: refactor(cli): use rich instead of multilogging to show output
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
