Skip to content

Commit

Permalink
Upgrade typer and update cli docs generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 14, 2024
1 parent cae2683 commit f46a1ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 102 deletions.
100 changes: 0 additions & 100 deletions docs/gen_cli_doc.py

This file was deleted.

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 f46a1ed

Please sign in to comment.