Skip to content

Commit 7a9108c

Browse files
add dependencies and ignore accidental pem files
1 parent 2872b39 commit 7a9108c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ dist
2727
/sandbox/*.log
2828
/sandbox-staging
2929
/specification/api/components/examples
30+
/scripts/JWT/*.pem

scripts/devcontainer/postcreatecommand.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ source ~/.zshrc
88
make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
99
make config
1010

11+
#add python packages
12+
pip install --user requests pyjwt cryptography
13+
1114
sudo gem install jekyll bundler
1215
jekyll --version && cd docs && bundle install
1316

0 commit comments

Comments
 (0)