Skip to content

Commit

Permalink
Split dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Aug 22, 2024
1 parent 6de785b commit a51e5cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install -r requires_development.txt"
"postCreateCommand": "pip3 install -r requires_development.txt -r requires.txt"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
4 changes: 0 additions & 4 deletions requires_development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
lxml
requests
Pillow
arrow
pytest

0 comments on commit a51e5cb

Please sign in to comment.