18F/domain-scan

View on GitHub
requirements.txt

Summary

Maintainability
Test Coverage

########
# NOTE: Any requirements which are needed for Python-based Lambda
# function packaging should instead be listed in
# lambda/requirements-lambda.txt.  This file is imported in the bottom
# section below.

# Used by parts of domain-scan, but not used inside of Lambda function
# invocation.
boto3
tldextract

# Used locally by trustymail code even when Lambda is used
dnspython

# Used in Lambda functions
-r lambda/requirements-lambda.txt