pior / appsecrets

Python 3.6+ library to manage your application secrets with Google Cloud KMS
https://pypi.org/project/appsecrets/
MIT License
1 stars 0 forks source link

Package google-auth-httplib2 is needed for KMS #12

Closed pior closed 6 years ago

pior commented 6 years ago

The companion package google-auth-httplib2 is needed for the Google API client.

Should we depend on it directly?

pior commented 6 years ago

google-api-python-client 1.7.0 was released: it deprecates oauth2client and now depends on google-auth / google-auth-httplib2

https://github.com/google/google-api-python-client/pull/499