Skip to content

Commit

Permalink
use only the domain-scan requirements needed for Lambda invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Apr 1, 2018
1 parent b304ebb commit 62056d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pshtt/build_pshtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install --upgrade pip setuptools
# Install domain-scan
###
git clone https://github.com/18F/domain-scan
pip install --upgrade -r domain-scan/requirements.txt
pip install --upgrade -r domain-scan/lambda/requirements-lambda.txt

##
# Force pip to install the latest pshtt from GitHub.
Expand Down
2 changes: 1 addition & 1 deletion sslyze/build_sslyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install --upgrade sslyze==1.3.4
# Install domain-scan
###
git clone https://github.com/18F/domain-scan
pip install --upgrade -r domain-scan/requirements.txt
pip install --upgrade -r domain-scan/lambda/requirements-lambda.txt

###
# Leave the Python virtual environment
Expand Down
2 changes: 1 addition & 1 deletion trustymail/build_trustymail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install --upgrade \
# Install domain-scan
###
git clone https://github.com/18F/domain-scan
pip install --upgrade -r domain-scan/requirements.txt
pip install --upgrade -r domain-scan/lambda/requirements-lambda.txt

###
# Leave the Python virtual environment
Expand Down

0 comments on commit 62056d0

Please sign in to comment.