Skip to content

Commit

Permalink
[pytx] devcontainer: install pip "extras" for development (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougneal committed Mar 28, 2023
1 parent 991ef58 commit 1a3f630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-threatexchange/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"remoteUser": "vscode",
"postCreateCommand": "pip install --editable .",
"postCreateCommand": "pip install --editable .[dev]",
"mounts": [
"source=python-threatexchange-cmdhistory,target=/commandhistory,type=volume"
]
Expand Down

0 comments on commit 1a3f630

Please sign in to comment.