123456789101112131415161718192021222324252627282930 |
- #
- # This file is autogenerated by pip-compile with python 3.9
- # To update, run:
- #
- # pip-compile --output-file=backend/lambda_layers/aws_sdk/requirements.txt backend/lambda_layers/aws_sdk/requirements.in
- #
- aws-assume-role-lib==2.10.0
- # via -r backend/lambda_layers/aws_sdk/requirements.in
- boto3==1.24.38
- # via
- # -r backend/lambda_layers/aws_sdk/requirements.in
- # aws-assume-role-lib
- botocore==1.27.38
- # via
- # boto3
- # s3transfer
- jmespath==1.0.1
- # via
- # boto3
- # botocore
- python-dateutil==2.8.2
- # via botocore
- s3transfer==0.6.0
- # via boto3
- six==1.16.0
- # via python-dateutil
- urllib3==1.26.11
- # via
- # -r backend/lambda_layers/aws_sdk/requirements.in
- # botocore
|