From 906244f99d2c289862e915db4291b0d1f7cbbc1c Mon Sep 17 00:00:00 2001 From: prubenda Date: Mon, 23 Nov 2020 15:31:56 -0500 Subject: [PATCH] adding kubernetes and oauth2 client to requirements --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e13998f..ab9eb283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ PyYAML git+https://github.com/powerfulseal/powerfulseal.git requests boto3 -google-api-python-client \ No newline at end of file +google-api-python-client +kubernetes==12.0.0a1 +oauth2client>=4.1.3 \ No newline at end of file