aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"