We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9005886 commit b5bb768Copy full SHA for b5bb768
requirements.txt
@@ -1,5 +1,5 @@
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://github.com/boto/botocore.git@develop#egg=botocore
5
--e git://github.com/boto/s3transfer.git@develop#egg=s3transfer
+-e git+https://github.com/boto/botocore.git@develop#egg=botocore
+-e git+https://github.com/boto/s3transfer.git@develop#egg=s3transfer
0 commit comments