Skip to content

Commit d1e4600

Browse files
author
John Tompkins
authored
Loosening requirements on cloudformation-cli (#333)
1 parent 0dcd068 commit d1e4600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_version(*file_paths):
3636
# package_data -> use MANIFEST.in instead
3737
include_package_data=True,
3838
zip_safe=True,
39-
install_requires=["cloudformation-cli>=0.1.14,<0.2"],
39+
install_requires=["cloudformation-cli>=0.1.14"],
4040
python_requires=">=3.6",
4141
entry_points={"rpdk.v1.languages": ["java = rpdk.java.codegen:JavaLanguagePlugin"]},
4242
license="Apache License 2.0",

0 commit comments

Comments
 (0)