Remove cfn-lint as a dependency for ssm extra (#4072)

Since commit 3b9635b3c7,
the SSM module doesn't directly depend on the `cloudformation` module
anymore. The `cfn-lint` extra dependency shouldn't be required anymore
for clients that install the `ssm` extra but don't need the
`cloudformation` one.
This commit is contained in:
Michael Manganiello 2021-07-15 03:56:14 -03:00 committed by GitHub
parent a48c811069
commit 54b98d4749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ extras_per_service = {
"ses": [_dep_docker],
"sns": [_dep_docker],
"sqs": [_dep_docker],
"ssm": [_dep_docker, _dep_PyYAML, _dep_cfn_lint, _dep_decorator],
"ssm": [_dep_docker, _dep_PyYAML, _dep_decorator],
"xray": [_dep_aws_xray_sdk],
}
extras_require = {