feat/cli: migrate to typer
Fire is too hard to customize.
This commit is contained in:
@ -10,6 +10,7 @@ readme = "README.md"
|
||||
python = "^3.11"
|
||||
platformdirs = "^3.5.1"
|
||||
requests = "^2.31.0"
|
||||
typer = {extras = ["all"], version = "^0.9.0"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.3.1"
|
||||
@ -17,7 +18,7 @@ pre-commit = "^3.3.3"
|
||||
|
||||
|
||||
[tool.poetry.group.cli.dependencies]
|
||||
fire = "^0.5.0"
|
||||
tqdm = "^4.65.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user