googleapis / google-resumable-media-python

Apache License 2.0
45 stars 48 forks source link

Should an explicit dependency on google-auth be added? #180

Open crwilcox opened 4 years ago

crwilcox commented 4 years ago

It seems we don't currently have an explicit dependency on google-auth, though testing requires it. I reverted a change I made as part of async work, but am making this issue to consider further discussion on this. I am guessing we have a use or resumable media that isn't using google-auth?

https://github.com/googleapis/google-resumable-media-python/pull/179/commits/13ede9152183e732791c9c3030793e5dbf49d648

crwilcox commented 4 years ago

To be clear, I can't find a non-transitive use, but it is basically required as part of credentialing. This may not be an error at all, but wanted to raise it as a point of discussion in case anyone had opinions.