File: requirements-aws-lambda-layer.txt

package info (click to toggle)
sentry-python 2.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,004 kB
  • sloc: python: 55,908; makefile: 114; sh: 111; xml: 2
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
certifi

# In Lambda functions botocore is used, and botocore is not
# yet supporting urllib3 1.27.0 never mind 2+.
# So we pin this here to make our Lambda layer work with
# Lambda Function using Python 3.7+
urllib3<1.27