From b0c49430a5ff1f4bbb9cbd7883c84789baf17cf9 Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Wed, 10 Oct 2018 10:49:17 -0700 Subject: [PATCH] update requirements.txt with oauth2client (#1744) --- iot/api-client/end_to_end_example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 9f040c426360..3991e192de41 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -3,5 +3,6 @@ google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.5.1 google-cloud-pubsub==0.38.0 +oauth2client==4.1.3 pyjwt==1.6.1 paho-mqtt==1.3.1