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.
2 parents e7804f9 + 3ed2b7a commit 02269c0Copy full SHA for 02269c0
cli/requirements.txt
@@ -20,6 +20,7 @@ connexion~=2.13.0
20
flask>=2.2.5,==2.2.*
21
jinja2~=3.0
22
jmespath~=0.10
23
+jsii==1.85.0
24
marshmallow~=3.10
25
PyYAML==5.3.1
26
tabulate>=0.8.8,<=0.8.10
cli/setup.py
@@ -50,6 +50,7 @@ def readme():
50
"connexion~=2.13.0",
51
"flask>=2.2.5,==2.2.*",
52
"jmespath~=0.10",
53
+ "jsii==1.85.0",
54
]
55
56
LAMBDA_REQUIRES = [
0 commit comments