Skip to content

Commit

Permalink
Add missing dependency (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryxias authored Apr 7, 2020
1 parent a83f3e9 commit f4c343a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamalert_cli/manage_lambda/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ class RulePromotionPackage(LambdaPackage):
'streamalert/shared'
}
package_name = 'rule_promotion'
package_libs = {'netaddr'}


class ScheduledQueriesPackage(LambdaPackage):
Expand Down

0 comments on commit f4c343a

Please sign in to comment.