Skip to content

Commit

Permalink
chore: adjust typer deps (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Nov 8, 2024
1 parent 333b4ae commit 0751911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aiovlc = "aiovlc.cli:app"

[tool.poetry.dependencies]
python = "^3.11"
typer = {extras = ["all"], version = "^0.13.0", optional = true}
typer = "^0.13.0"

[tool.poetry.extras]
cli = ["typer"]
Expand Down

0 comments on commit 0751911

Please sign in to comment.