Skip to content

Commit

Permalink
Admin: Add missing dependency for APIGatewayV2 (getmoto#7262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Jan 28, 2024
1 parent bd7513b commit d98972f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ apigateway =
python-jose[cryptography]>=3.1.0,<4.0.0
ecdsa!=0.15
openapi-spec-validator>=0.5.0
apigatewayv2 = PyYAML>=5.1
apigatewayv2 =
PyYAML>=5.1
openapi-spec-validator>=0.5.0
applicationautoscaling =
appsync = graphql-core
athena =
Expand Down

0 comments on commit d98972f

Please sign in to comment.