Skip to content

Commit 25d0076

Browse files
authored
Switch typer-slim to typer in optional dependencies (#655)
Update Typer dependency in pyproject.toml
1 parent d737906 commit 25d0076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Source = "https://github.com/iterative/dvc-data"
4242

4343
[project.optional-dependencies]
4444
cli = [
45-
"typer-slim>=0.12",
45+
"typer>=0.12",
4646
]
4747
all = [
4848
"dvc-data[cli]",

0 commit comments

Comments
 (0)