Skip to content

Commit

Permalink
chore: rm non-existing typer extra (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Sep 13, 2024
1 parent f4a29ca commit cebbdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pyee = ">=9.0.0"
python-dateutil = ">=2.9.0"
sortedcollections = ">=2.1.0"
tldextract = ">=5.1.0"
typer = { version = ">=0.12.0", extras = ["all"] }
typer = ">=0.12.0"
typing-extensions = ">=4.1.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cebbdba

Please sign in to comment.