From 050a34867db07a16c2a1244ffcd20cc0c4b140c3 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Tue, 16 Feb 2021 00:26:30 -0700 Subject: [PATCH] Add boto3 requirements to route53 module docs (#417) --- route53.py | 1 + 1 file changed, 1 insertion(+) diff --git a/route53.py b/route53.py index 495be280fc5..43b17a44f5b 100644 --- a/route53.py +++ b/route53.py @@ -13,6 +13,7 @@ --- module: route53 version_added: 1.0.0 +requirements: [ "boto3", "botocore" ] short_description: add or delete entries in Amazons Route 53 DNS service description: - Creates and deletes DNS records in Amazons Route 53 service.