summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/aws/tests/integration/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/aws/tests/integration/requirements.txt')
-rw-r--r--ansible_collections/community/aws/tests/integration/requirements.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible_collections/community/aws/tests/integration/requirements.txt b/ansible_collections/community/aws/tests/integration/requirements.txt
new file mode 100644
index 00000000..352e8b7f
--- /dev/null
+++ b/ansible_collections/community/aws/tests/integration/requirements.txt
@@ -0,0 +1,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
+pycrypto
+# Used by ec2_asg_scheduled_action
+python-dateutil