From 0aa9cf9fa2bd0c49b3db3bd11e0ebd42ca0a2868 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:51:02 -0700 Subject: [PATCH] Remove oauth2client from IoT and Functions samples [(#3255)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3255) * chore: remove oauth2client from functions and iot * fix: fix import * fix: correct syntax * fix: correct import for service_account * fix: fix path --- samples/api-client/manager/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index cb7e7e6f..57e32880 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -5,6 +5,5 @@ google-auth-httplib2==0.0.3 google-auth==1.11.2 google-cloud-iot==1.0.0 google-cloud-pubsub==1.1.0 -oauth2client==4.1.3 paho-mqtt==1.5.0 pyjwt==1.7.1