18F / domain-scan

A lightweight pipeline, locally or in Lambda, for scanning things like HTTPS, third party service use, and web accessibility.
Other
369 stars 139 forks source link

Adding missing requirement to requirements-lambda.txt #244

Closed jsf9k closed 6 years ago

jsf9k commented 6 years ago

Moving requests dependency from requirements.txt to lambda/requirements-lambda.txt.

My dhs-ncats/lambda_functions sslyze Lambda function was failing at run time because it was missing the requests module.