1 parent 9e28f96 commit 5787e21Copy full SHA for 5787e21
1 file changed
README.md
@@ -38,9 +38,9 @@ Pyenv is a library to work with different python environments-
38
## Add libraries to be used in the package to requirements.txt :
39
**Set up requirements.txt for required packages**
40
41
- * pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
+ * [pydantic](https://docs.pydantic.dev/latest/) - Data validation library for python
42
* requests - To get data from APIs
43
- * pytest : https://docs.pytest.org/en/stable/ - python testing library
+ * [pytest](https://docs.pytest.org/en/stable/) - python testing library
44
* jsonschema :
45
* pytest-html:
46
* pytest-cov:
0 commit comments