Admin: Add missing dependency for APIGatewayV2 (#7262)

This commit is contained in:
Bert Blommers 2024-01-28 22:15:37 +00:00 committed by GitHub
parent bd7513b570
commit d98972ffc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,9 @@ apigateway =
python-jose[cryptography]>=3.1.0,<4.0.0 python-jose[cryptography]>=3.1.0,<4.0.0
ecdsa!=0.15 ecdsa!=0.15
openapi-spec-validator>=0.5.0 openapi-spec-validator>=0.5.0
apigatewayv2 = PyYAML>=5.1 apigatewayv2 =
PyYAML>=5.1
openapi-spec-validator>=0.5.0
applicationautoscaling = applicationautoscaling =
appsync = graphql-core appsync = graphql-core
athena = athena =