Added pytest to req file
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ flake8
|
|
2 |
isort
|
3 |
black
|
4 |
pydantic
|
|
|
|
2 |
isort
|
3 |
black
|
4 |
pydantic
|
5 |
+
pytest
|