1 parent 7799384 commit 88cf40aCopy full SHA for 88cf40a
1 file changed
README.md
@@ -37,11 +37,9 @@ 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- Data validation library for python
41
- https://docs.pydantic.dev/latest/
42
- requests - To get data from APIs
43
- pytest- python testing library
44
- https://docs.pytest.org/en/stable/
+ pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
+ requests - To get data from APIs
+ pytest : https://docs.pytest.org/en/stable/ - python testing library
45
jsonschema
46
pytest-html
47
pytest-cov
0 commit comments