diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fa6e186..aa3a4f4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "pip3 install --user -r requirements.txt", + "postCreateCommand": "pip3 install --user -r requirements-dev.txt", // Configure tool-specific properties. "customizations": {