From a2e0794d91266891866de2a0d5e545c8286e3854 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 1 Jun 2018 14:31:05 +0000 Subject: [PATCH] Added a requirement of oauth2client, needed by google-api-python-client but not always automatically pulled in. - Legacy-Id: 15200 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 98ef5c19c..bfe751956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,7 @@ jwcrypto>=0.4.0 # for signed notifications mimeparse>=0.1.3 # from TastyPie mock>=2.0.0 MySQL-python>=1.2.5 +oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in patch>=1.16,<2.0 pathlib>=1.0 pathlib2>=2.3.0