Skip to content

Commit b5bb768

Browse files
authored
Move to git+https:// for requirements (#6527)
1 parent 9005886 commit b5bb768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# botocore and the awscli packages are typically developed
22
# in tandem, so we're requiring the latest develop
33
# 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
4+
-e git+https://github.com/boto/botocore.git@develop#egg=botocore
5+
-e git+https://github.com/boto/s3transfer.git@develop#egg=s3transfer

0 commit comments

Comments
 (0)