Update Python Port

kevr 2021-05-11 02:48:40 +00:00
parent ae6442d44a
commit 07e7328135

@ -85,7 +85,7 @@ All of these libraries are used in the [Getting Started](#getting-started) secti
* Pytest-cov - [https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov) * Pytest-cov - [https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov)
* A module used to collect and report coverage from Python execution. * A module used to collect and report coverage from Python execution.
Some modules required by legacy code include the following. Some modules required by back-end code include the following.
* Pygit2 - [https://github.com/libgit2/pygit2](https://github.com/libgit2/pygit2) * Pygit2 - [https://github.com/libgit2/pygit2](https://github.com/libgit2/pygit2)
* A git interface for Python. * A git interface for Python.