Skip to content

Commit

Permalink
Loosening requirements for cloudformation-cli (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tompkins authored Nov 24, 2020
1 parent 81c1ce6 commit 7df5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def find_version(*file_paths):
zip_safe=True,
python_requires=">=3.6",
install_requires=[
"cloudformation-cli>=0.1.10,<0.2",
"cloudformation-cli>=0.1.14",
"docker>=3.7,<5",
"urllib3<1.26",
],
Expand Down

0 comments on commit 7df5f3c

Please sign in to comment.