We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5394b8e commit 06ff0d9Copy full SHA for 06ff0d9
setup.py
@@ -37,11 +37,7 @@ def find_version(*file_paths):
37
include_package_data=True,
38
zip_safe=True,
39
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
- ],
+ install_requires=["cloudformation-cli>=0.1.14", "zipfile38>=0.0.3,<0.2"],
45
entry_points={
46
"rpdk.v1.languages": [
47
"typescript = rpdk.typescript.codegen:TypescriptLanguagePlugin",
0 commit comments