Skip to content

Commit

Permalink
Merge pull request #69 from acsone/upgrade-typer
Browse files Browse the repository at this point in the history
Upgrade typer and update cli docs generator
  • Loading branch information
sbidoul authored Jul 14, 2024
2 parents f165f82 + 5d152fb commit d24b42b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 102 deletions.
100 changes: 0 additions & 100 deletions docs/gen_cli_doc.py

This file was deleted.

1 change: 1 addition & 0 deletions news/69.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade typer dependency.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"
dependencies = [
"manifestoo_core >= 0.8",
"textual >= 0.6",
"typer[all] >= 0.3.2",
"typer >= 0.12.1",
"importlib_metadata ; python_version<'3.8'",
]
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands =
basepython = python3.11
extras = doc
commands =
python docs/gen_cli_doc.py
typer manifestoo.main utils docs --name manifestoo --output docs/cli.md
make -C docs html
allowlist_externals = make

Expand Down

0 comments on commit d24b42b

Please sign in to comment.