[cloud] add boto3 requirement to `cloudformation` module docs (#31135)

pull/32201/head
Prasad Katti 8 years ago committed by Toshio Kuratomi
parent f29285b4b5
commit a59eede7a2

@ -121,7 +121,7 @@ author: "James S. Martin (@jsmartin)"
extends_documentation_fragment:
- aws
- ec2
requirements: [ botocore>=1.4.57 ]
requirements: [ boto3, botocore>=1.4.57 ]
'''
EXAMPLES = '''

Loading…
Cancel
Save