Use typer[all] instead of typer to get colorama and shellingham
This commit is contained in:
parent
c072395647
commit
6d6432a8dc
2 changed files with 16 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
reader = "^2.6"
|
||||
typer = "^0.4.0"
|
||||
typer = {extras = ["all"], version = "^0.4.0"}
|
||||
dhooks = "^1.1.4"
|
||||
platformdirs = "^2.4.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue