Skip to content

Commit 64828b0

Browse files
authored
Update README.md
1 parent fbed6eb commit 64828b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Pyenv is a library to work with different python environments-
4242
* requests - To get data from APIs
4343
* [pytest](https://docs.pytest.org/en/stable/) - python testing library
4444
* jsonschema : to enable json structure for python
45-
* pytest-html : plugin for pytest to generate HTML report for results
46-
* pytest-cov : pytest plugin to render coverage reports.
45+
* [pytest-html](https://pypi.org/project/pytest-html/) : plugin for pytest to generate HTML report for results
46+
* [pytest-cov](https://pypi.org/project/pytest-cov/) : pytest plugin to render coverage reports.
4747
* pre-commit : maange pre commit hooks
4848

4949
To install the set up: pip install -r requirements.txt

0 commit comments

Comments
 (0)