blob: 53393fd3e2a0ee0b18136e36fc867fb4b8402c13 (
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 >=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
|