Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation of v2 and patch modification #30

Merged
merged 1 commit into from
Dec 19, 2020

Conversation

pinzon
Copy link
Member

@pinzon pinzon commented Dec 19, 2020

As suggested in issue #20 awscli was removed from requiremnts.txt

setup.py manages the installation of awscli for each version.
Now the installation works like this:

# base package without dependencies
pip install awscli-local
# package with v1 AWS CLI
pip install awscli-local[v1]
# package with v2 AWS CLI
pip install awscli-local[v2]

An the code now verifies the awscli to modify the patch.

@whummer
Copy link
Member

whummer commented Dec 19, 2020

LGTM - thanks @pinzon 👍 . We'll release a new version shortly..

@whummer whummer merged commit 5b063e7 into localstack:master Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants