blob: aa71c96813e14bc47eead022944fb5463a457427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Our code is based on the AWS SDKs
boto3
botocore
# netaddr is needed for ansible.utils.ipv6
netaddr
virtualenv
# Sometimes needed where we don't have features we need in modules
awscli
# Used for comparing SSH Public keys to the Amazon fingerprints
cryptography
# Used by ec2_asg_scheduled_action
python-dateutil
|