Add typer to poetry
This commit is contained in:
parent
3de42e2df2
commit
eaafbcd6cf
2 changed files with 145 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ packages = [{include = "camisatoshi_wordpress_reports"}]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
typer = {extras = ["all"], version = "^0.9.0"}
|
||||
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue