Skip to content

Commit 13d9dad

Browse files
committed
Fix typer[all] extra warning
``` warning: The package `typer==0.15.4` does not have an extra named `all` ```
1 parent 8f10509 commit 13d9dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dev = [
1414
"responses>=0.25.7",
1515
]
1616
cli = [
17-
"typer[all]>=0.12.3",
17+
"typer>=0.12.3",
1818
]
1919

2020
[project.scripts]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)