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 4ab59df commit 6ef0058Copy full SHA for 6ef0058
tests/integration/serverless.yml
@@ -30,6 +30,8 @@ plugins:
30
custom:
31
pythonRequirements:
32
pythonBin: python3
33
+ pipCmdExtraArgs:
34
+ - --no-deps # install just requests
35
layer:
36
compatibleRuntimes:
37
- ${env:SERVERLESS_RUNTIME}
0 commit comments