Use typer[all] instead of typer to get colorama and shellingham

This commit is contained in:
2021-12-12 22:06:08 +01:00
parent c072395647
commit 6d6432a8dc
2 changed files with 16 additions and 2 deletions

View File

@ -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"