diff options
Diffstat (limited to 'ansible_collections/community/hashi_vault/meta/ee-requirements.txt')
-rw-r--r-- | ansible_collections/community/hashi_vault/meta/ee-requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible_collections/community/hashi_vault/meta/ee-requirements.txt b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt new file mode 100644 index 00000000..53393fd3 --- /dev/null +++ b/ansible_collections/community/hashi_vault/meta/ee-requirements.txt @@ -0,0 +1,9 @@ +# ansible-builder doesn't seem to properly handle "; python_version" type of constraints +# requirements here are assuming python 3.6 or higher +hvac >=0.10.6 +urllib3 >= 1.15 + +boto3 # these are only needed if inferring AWS credentials or +botocore # using a boto profile; including for completeness + +azure-identity # only needed when using a servide principal or managed identity |