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 943a49a commit 3476761Copy full SHA for 3476761
setup.py
@@ -38,9 +38,9 @@ def find_version(*file_paths):
38
zip_safe=True,
39
python_requires=">=3.6",
40
install_requires=[
41
- "cloudformation-cli>=0.1.10,<0.2",
+ "cloudformation-cli>=0.1.11,<0.2",
42
# "aws-lambda-builders>=1.0,<2.0",
43
- "zipfile38>=0.0.2,<0.2",
+ "zipfile38>=0.0.3,<0.2",
44
],
45
entry_points={
46
"rpdk.v1.languages": [
0 commit comments