Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Move to git+https:// for requirements (aws#6527)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Nov 2, 2021
1 parent 9005886 commit b5bb768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# botocore and the awscli packages are typically developed
# in tandem, so we're requiring the latest develop
# branch of botocore and s3transfer when working on the awscli.
-e git://github.com/boto/botocore.git@develop#egg=botocore
-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 comments on commit b5bb768

Please sign in to comment.