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