We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4906d commit 5f88b0dCopy full SHA for 5f88b0d
python/litert_lm_cli/BUILD
@@ -62,7 +62,7 @@ pytype_strict_binary(
62
":model",
63
":venv_manager",
64
"//python/litert_lm",
65
- requirement("fire"),
+ requirement("rich_click"),
66
],
67
imports = [".."],
68
)
@@ -113,7 +113,7 @@ py_wheel(
113
":is_nightly": ["litert-lm-api-nightly"],
114
"//conditions:default": ["litert-lm-api"],
115
}) + [
116
- "fire",
+ "rich-click",
117
118
deps = [":package"],
119
0 commit comments