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:
parent
a48c811069
commit
54b98d4749
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue