GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Missing google-auth-* in setup.py #67

Closed khoinguyen19k8 closed 2 months ago

khoinguyen19k8 commented 2 months ago

Hi, Recently this PR ( #62 ) added two new dependencies:

They are added to requirements.txt but not setup.py. This caused Module not Found error for any downstream packages trying to use this package. Please consider doing so.