Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/requirements.txt
1564 views
1
# botocore and the awscli packages are typically developed
2
# in tandem, so we're requiring the latest develop
3
# branch of botocore and s3transfer when working on the awscli.
4
-e git+https://github.com/boto/botocore.git@develop#egg=botocore
5
-e git+https://github.com/boto/s3transfer.git@develop#egg=s3transfer
6
7