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

Add botocore to dependencies #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmitrykiselev27
Copy link

Motivation

We have a client library for our GraphQL API built on top of AWS AppSync. We use aws-requests-auth to sign off requests to AppSync. The library itself is no more than an API client, so the environment we run it in doesn't have botocore or boto3 installed. But currently, we had to add botocore to dependencies of our client library, because although aws-requests-auth depends on botocore, it doesn't install it as a dependency.

I believe botocore should be on the list of dependencies for aws-requests-auth.

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.

1 participant