Skip to content

Commit

Permalink
requests added to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
giulio-sido committed Feb 10, 2022
1 parent 07556d2 commit 033d5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
grpcio==1.41.0
grpcio-tools==1.41.0
sly==0.4
integer==1.0.3
integer==1.0.3
requests==2.27.1
1 change: 1 addition & 0 deletions scripts/copy-credentials.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

mkdir /root/.ssh
cp scripts/temp_credentials/config /root/.ssh
cp scripts/temp_credentials/github_rsa /root/.ssh
chmod 600 /root/.ssh/github_rsa
Expand Down

0 comments on commit 033d5d6

Please sign in to comment.