From 312ad43e67c34497bad819d8c3031026934cbb5e Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Wed, 17 Jan 2024 05:16:09 +0000 Subject: [PATCH] fixup devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {