Skip to content

Commit

Permalink
Use pyproject.toml for dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
RyanLua authored Jan 9, 2025
1 parent 8fc41dd commit 2b7bc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},

"postCreateCommand": "pip3 install --user -r requirements.txt -r docs/requirements.txt && pip install --editable .",
"postCreateCommand": "pip3 install -r docs/requirements.txt && pip install --editable .",

"customizations": {
"vscode": {
Expand Down
Binary file removed requirements.txt
Binary file not shown.

0 comments on commit 2b7bc5c

Please sign in to comment.