blob: 5708323f110642b0cd0cd3bce582355122a1087f (
plain)
1
2
3
4
5
6
7
|
# Specifically run tests against the oldest versions that we support
botocore==1.29.0
boto3==1.26.0
# AWS CLI has `botocore==` dependencies, provide the one that matches botocore
# to avoid needing to download over a years worth of awscli wheels.
awscli==1.27.0
|