We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2346f commit 0bd4b6eCopy full SHA for 0bd4b6e
README.md
@@ -37,9 +37,11 @@ Pyenv is a library to work with different python environments-
37
38
## Add libraries to be used in the package to requirements.txt :
39
Set up requirements.txt for required packages
40
- pydantic- For contract tests
+ pydantic- Data validation library for python
41
+ https://docs.pydantic.dev/latest/
42
requests - To get data from APIs
- pytest- python test library
43
+ pytest- python testing library
44
+ https://docs.pytest.org/en/stable/
45
jsonschema
46
pytest-html
47
pytest-cov
0 commit comments