8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
# 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
|