diff --git a/plugins/modules/rds_snapshot.py b/plugins/modules/rds_snapshot.py index dd9f502886a..0ca957c1b68 100644 --- a/plugins/modules/rds_snapshot.py +++ b/plugins/modules/rds_snapshot.py @@ -55,9 +55,6 @@ - whether to remove tags not present in the C(tags) parameter. default: True type: bool -requirements: - - "python >= 2.6" - - "boto3" author: - "Will Thames (@willthames)" - "Michael De La Rue (@mikedlr)" diff --git a/plugins/modules/rds_snapshot_info.py b/plugins/modules/rds_snapshot_info.py index 63a5e47b09b..d374520ab89 100644 --- a/plugins/modules/rds_snapshot_info.py +++ b/plugins/modules/rds_snapshot_info.py @@ -51,9 +51,6 @@ required: false choices: ['automated', 'manual', 'shared', 'public'] type: str -requirements: - - "python >= 2.6" - - "boto3" author: - "Will Thames (@willthames)" extends_documentation_fragment: