Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Continue separating out requirements by purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Apr 1, 2018
1 parent a5b3157 commit ac66061
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 34 deletions.
6 changes: 6 additions & 0 deletions lambda/requirements-lambda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These are the only dependencies which must get packaged
# into every (Python-based) Lambda container build.

strict-rfc3339
publicsuffix

5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These requirements are useful or needed when developing
# domain-scan itself.

ipython
pytest
3 changes: 3 additions & 0 deletions requirements-gatherers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# censys
google-cloud-bigquery
google-auth-oauthlib
6 changes: 1 addition & 5 deletions requirements-scanners.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
############
# Scanners
############

cryptography

# a11y
pyyaml
Expand All @@ -16,3 +11,4 @@ git+https://github.com/dhs-ncats/trustymail.git#egg=trustymail

# sslyze
sslyze>=1.3.4,<1.4.0
cryptography
38 changes: 9 additions & 29 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,13 @@
##########################
# Common (Local + Lambda)
##########################
#
# These are the only dependencies which must get packaged
# into every (Python-based) Lambda container build.

strict-rfc3339
publicsuffix

########
# NOTE: Any requirements which are needed for Python-based Lambda function
# packaging should also be listed in lambda/requirements-lambda.txt.
# Those are in the bottom section below.

#################
# Common (Local)
#################

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


############
# Gatherers
############

# censys
google-cloud-bigquery
google-auth-oauthlib


############
# Tests
############

pytest
# Used in Lanbda functions. Also copied to lambda/requirements-lambda.txt.
strict-rfc3339
publicsuffix

0 comments on commit ac66061

Please sign in to comment.