blob: cd546e7c2a7d43cb3b856f111f33df8415de39a4 (
plain)
1
2
3
4
5
6
7
|
# Specifically run tests against the oldest versions that we support
boto3==1.18.0
botocore==1.21.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.20.0
|