diff options
Diffstat (limited to 'ansible_collections/community/aws/requirements.txt')
-rw-r--r-- | ansible_collections/community/aws/requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/community/aws/requirements.txt b/ansible_collections/community/aws/requirements.txt new file mode 100644 index 000000000..0a1981f46 --- /dev/null +++ b/ansible_collections/community/aws/requirements.txt @@ -0,0 +1,6 @@ +# When updating the minimal requirements please also update +# - tests/unit/constraints.txt +# - tests/integration/constraints.txt +# - tests/integration/targets/setup_botocore_pip +botocore>=1.21.0 +boto3>=1.18.0 |