diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index fd8eb2ee..1b3d6fa6 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -2,4 +2,7 @@ numpy scipy scikit-learn six -pyparsing \ No newline at end of file +pyparsing + +pylint +pytest \ No newline at end of file