Skip to content

Commit 7db5f11

Browse files
committed
Update CONTRIBUTING.md and Pipfile for removed dependency
1 parent 520000c commit 7db5f11

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

.github/CONTRIBUTING.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -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

8281
If Python is already installed in your machine, run the following commands to validate the versions:
8382

Pipfile

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cmd2 = { editable = true, path = "." }
1414
cmd2_ext_test = { editable = true, path = "plugins/ext_test" }
1515
codecov = "*"
1616
gnureadline = { version = "*", sys_platform = "== 'darwin'" }
17-
griffe-typingdoc = "*"
1817
invoke = "*"
1918
ipython = "*"
2019
mypy = "*"

0 commit comments

Comments
 (0)