Skip to content

Commit 0bd4b6e

Browse files
authored
Update README.md
1 parent 3b2346f commit 0bd4b6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ Pyenv is a library to work with different python environments-
3737

3838
## Add libraries to be used in the package to requirements.txt :
3939
Set up requirements.txt for required packages
40-
pydantic- For contract tests
40+
pydantic- Data validation library for python
41+
https://docs.pydantic.dev/latest/
4142
requests - To get data from APIs
42-
pytest- python test library
43+
pytest- python testing library
44+
https://docs.pytest.org/en/stable/
4345
jsonschema
4446
pytest-html
4547
pytest-cov

0 commit comments

Comments
 (0)