blob: 457af229b0216cdf4a4a6dbdf62cbc2e2bd75c7b (
plain)
1
2
3
4
5
6
7
8
9
|
# ansible-builder doesn't seem to properly handle "; python_version" type of constraints
# requirements here are assuming python 3.6 or higher
hvac >= 1.2.1
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
|