Skip to content

Commit 06ff0d9

Browse files
committed
feat: loose requirements for cloudformation-cli
1 parent 5394b8e commit 06ff0d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ def find_version(*file_paths):
3737
include_package_data=True,
3838
zip_safe=True,
3939
python_requires=">=3.6",
40-
install_requires=[
41-
"cloudformation-cli>=0.1.11,<0.2",
42-
# "aws-lambda-builders>=1.0,<2.0",
43-
"zipfile38>=0.0.3,<0.2",
44-
],
40+
install_requires=["cloudformation-cli>=0.1.14", "zipfile38>=0.0.3,<0.2"],
4541
entry_points={
4642
"rpdk.v1.languages": [
4743
"typescript = rpdk.typescript.codegen:TypescriptLanguagePlugin",

0 commit comments

Comments
 (0)