gauteh/lieer

Replace deprecated and unmaintained oauth2client library

skangas opened this issue · 2 comments

The oauth2client has been deprecated for a long time. It was last released on Sep 7, 2018, and its GitHub repository was archived on Nov 9, 2022. It should be replaced with some alternative.

According to the oauth2client page on pypi:

Note: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use google-auth and oauthlib.

I've created this PR to fix this issue: #242

I've created this PR to fix this issue: #242

Thanks.

If you include the text (fix #242) somewhere in your commit message, this ticket should be closed automatically when your PR is merged.