okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
735 stars 91 forks source link

Homebrew package does not install botocore #192

Open if-jeremy opened 7 months ago

if-jeremy commented 7 months ago

When trying to use awscurl installed on MacOS via Homebrew, in conjunction with aws-vault and it's --ecs-server option, I found that Homebrew does not install botocore due to it being listed as "extras_require" in setup.py. See:

https://github.com/Homebrew/homebrew-core/issues/155202

I think that botocore should either be moved to install_requires, or an update to the README.md file be made to indicate that Homebrew-installed versions do not include this support.