Skip to content

Commit c719f58

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/integration/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
certifi==2024.12.14
2+
charset-normalizer==3.4.1
3+
idna==3.10
14
requests==2.32.3

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)