Add typer to poetry

This commit is contained in:
counterweight 2023-08-02 19:15:08 +02:00
parent 3de42e2df2
commit eaafbcd6cf
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 145 additions and 0 deletions

View file

@ -8,6 +8,7 @@ packages = [{include = "camisatoshi_wordpress_reports"}]
[tool.poetry.dependencies]
python = "^3.9"
typer = {extras = ["all"], version = "^0.9.0"}
[build-system]