blob: de670082ff3781f502c97fecec544262fe8c83de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
pycrypto
|