Skip to content

Commit 7df5f3c

Browse files
author
John Tompkins
authored
Loosening requirements for cloudformation-cli (#141)
1 parent 81c1ce6 commit 7df5f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*file_paths):
3939
zip_safe=True,
4040
python_requires=">=3.6",
4141
install_requires=[
42-
"cloudformation-cli>=0.1.10,<0.2",
42+
"cloudformation-cli>=0.1.14",
4343
"docker>=3.7,<5",
4444
"urllib3<1.26",
4545
],

0 commit comments

Comments
 (0)