@@ -64,21 +64,20 @@ The tables below list all prerequisites along with the minimum required version
6464
6565#### Additional prerequisites for developing cmd2
6666
67- | Prerequisite | Minimum Version | Purpose |
68- | ------------------------------------------------------------------------------------------ | --------------- | --------------------------------- |
69- | [ codecov] ( http://doc.pytest.org/en/latest/ ) | ` 2.1.13 ` | Cover coverage reporting |
70- | [ invoke] ( https://www.pyinvoke.org/ ) | ` 2.2.0 ` | Command automation |
71- | [ griffe_typingdoc] ( https://github.com/mkdocstrings/griffe-typingdoc ) | ` 0.2.7 ` | mkdocstrings extension for typing |
72- | [ mypy] ( https://mypy-lang.org/ ) | ` 1.13.0 ` | Static type checker |
73- | [ pytest] ( https://docs.pytest.org/en/stable/ ) | ` 3.0.6 ` | Unit and integration tests |
74- | [ pytest-cov] ( http://doc.pytest.org/en/latest/ ) | ` 6.0.0 ` | Pytest code coverage |
75- | [ pytest-mock] ( https://pypi.org/project/pytest-mock/ ) | ` 3.14.0 ` | Pytest mocker fixture |
76- | [ mkdocs-include-markdown-plugin] ( https://pypi.org/project/mkdocs-include-markdown-plugin/ ) | ` 7.1.2 ` | MkDocs Plugin include MkDn |
77- | [ mkdocs-macros-plugin] ( https://mkdocs-macros-plugin.readthedocs.io/ ) | ` 1.3.7 ` | MkDocs Plugin for macros |
78- | [ mkdocs-material] ( https://squidfunk.github.io/mkdocs-material/ ) | ` 9.5.49 ` | Documentation |
79- | [ mkdocstrings[ python]] ( https://mkdocstrings.github.io/ ) | ` 0.27.0 ` | MkDocs Plugin for Python AutoDoc |
80- | [ ruff] ( https://github.com/astral-sh/ruff ) | ` 0.7.3 ` | Fast linter and formatter |
81- | [ uv] ( https://github.com/astral-sh/uv ) | ` 0.5.1 ` | Python package management |
67+ | Prerequisite | Minimum Version | Purpose |
68+ | ------------------------------------------------------------------------------------------ | --------------- | -------------------------------- |
69+ | [ codecov] ( http://doc.pytest.org/en/latest/ ) | ` 2.1.13 ` | Cover coverage reporting |
70+ | [ invoke] ( https://www.pyinvoke.org/ ) | ` 2.2.0 ` | Command automation |
71+ | [ mypy] ( https://mypy-lang.org/ ) | ` 1.13.0 ` | Static type checker |
72+ | [ pytest] ( https://docs.pytest.org/en/stable/ ) | ` 3.0.6 ` | Unit and integration tests |
73+ | [ pytest-cov] ( http://doc.pytest.org/en/latest/ ) | ` 6.0.0 ` | Pytest code coverage |
74+ | [ pytest-mock] ( https://pypi.org/project/pytest-mock/ ) | ` 3.14.0 ` | Pytest mocker fixture |
75+ | [ mkdocs-include-markdown-plugin] ( https://pypi.org/project/mkdocs-include-markdown-plugin/ ) | ` 7.1.2 ` | MkDocs Plugin include MkDn |
76+ | [ mkdocs-macros-plugin] ( https://mkdocs-macros-plugin.readthedocs.io/ ) | ` 1.3.7 ` | MkDocs Plugin for macros |
77+ | [ mkdocs-material] ( https://squidfunk.github.io/mkdocs-material/ ) | ` 9.5.49 ` | Documentation |
78+ | [ mkdocstrings[ python]] ( https://mkdocstrings.github.io/ ) | ` 0.27.0 ` | MkDocs Plugin for Python AutoDoc |
79+ | [ ruff] ( https://github.com/astral-sh/ruff ) | ` 0.7.3 ` | Fast linter and formatter |
80+ | [ uv] ( https://github.com/astral-sh/uv ) | ` 0.5.1 ` | Python package management |
8281
8382If Python is already installed in your machine, run the following commands to validate the versions:
8483
0 commit comments