Skip to content

Commit

Permalink
Loosening requirements on cloudformation-cli (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tompkins authored Nov 24, 2020
1 parent 0dcd068 commit d1e4600
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 @@ -36,7 +36,7 @@ def find_version(*file_paths):
# package_data -> use MANIFEST.in instead
include_package_data=True,
zip_safe=True,
install_requires=["cloudformation-cli>=0.1.14,<0.2"],
install_requires=["cloudformation-cli>=0.1.14"],
python_requires=">=3.6",
entry_points={"rpdk.v1.languages": ["java = rpdk.java.codegen:JavaLanguagePlugin"]},
license="Apache License 2.0",
Expand Down

0 comments on commit d1e4600

Please sign in to comment.