From 9346a999d8d1ce726b71ad5dc8d95b1dd91b23c6 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 25 Jul 2019 21:29:56 -0500 Subject: [PATCH] Force minimum version of cfn-lint. Closes #2336. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e14101d6..17a4f6691 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ install_requires = [ "aws-xray-sdk!=0.96,>=0.93", "responses>=0.9.0", "idna<2.9,>=2.5", - "cfn-lint", + "cfn-lint>=0.4.0", "sshpubkeys>=3.1.0,<4.0" ]