requirements.txt 738 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # This file is autogenerated by pip-compile with python 3.9
  3. # To update, run:
  4. #
  5. # pip-compile --output-file=backend/lambda_layers/aws_sdk/requirements.txt backend/lambda_layers/aws_sdk/requirements.in
  6. #
  7. aws-assume-role-lib==2.10.0
  8. # via -r backend/lambda_layers/aws_sdk/requirements.in
  9. boto3==1.24.38
  10. # via
  11. # -r backend/lambda_layers/aws_sdk/requirements.in
  12. # aws-assume-role-lib
  13. botocore==1.27.38
  14. # via
  15. # boto3
  16. # s3transfer
  17. jmespath==1.0.1
  18. # via
  19. # boto3
  20. # botocore
  21. python-dateutil==2.8.2
  22. # via botocore
  23. s3transfer==0.6.0
  24. # via boto3
  25. six==1.16.0
  26. # via python-dateutil
  27. urllib3==1.26.11
  28. # via
  29. # -r backend/lambda_layers/aws_sdk/requirements.in
  30. # botocore