Skip to content

Commit 6ef0058

Browse files
committed
Don't include urllib3.
1 parent 4ab59df commit 6ef0058

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/serverless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ plugins:
3030
custom:
3131
pythonRequirements:
3232
pythonBin: python3
33+
pipCmdExtraArgs:
34+
- --no-deps # install just requests
3335
layer:
3436
compatibleRuntimes:
3537
- ${env:SERVERLESS_RUNTIME}

0 commit comments

Comments
 (0)