eldarion / django-gapc-storage

a Django storage backend using GCS JSON API
10 stars 9 forks source link

Pin google-api-python-client library and add oauth2client dependency #20

Closed jacobwegner closed 6 years ago

jacobwegner commented 6 years ago

google-api-python-client 1.7.x removes oauth2client

This library will likely change in the future to rely on Google Cloud Client Library for Python , but in the interim, we want to ensure that the existing functionality that depends on oauth2client continues to work as expected with newer versions of google-api-python-client