From 4af284521d1e7f33f3e5fc3c351575e731bb5ecb Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 22 Jun 2017 15:05:21 -0700 Subject: [PATCH] DOC: remove references to oauth2client Closes #59. --- docs/source/install.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 5b0490f8..2b701fd2 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -39,4 +39,6 @@ This module requires following additional dependencies: - `httplib2 `__: HTTP client - `google-api-python-client `__: Google's API client -- `oauth2client `__: authentication and authorization for Google's API +- `google-auth `__: authentication and authorization for Google's API +- `google-auth-oauthlib `__: integration with `oauthlib `__ for end-user authentication +- `google-auth-httplib2 `__: adapter to use ``httplib2`` HTTP client with ``google-auth``