From a8e5424ec60427eaefa571884cda06b3982b6f31 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 3 Sep 2020 12:11:40 +0200 Subject: [PATCH] Require google-cloud-spanner to avoid a warning Avoids "ImportError: No module named google.api_core.exceptions" --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d6eb6a8..8565b6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,6 @@ mozsvc==0.9 futures==3.0 soupsieve==1.9.5 umemcache==1.6.3 +google-cloud-spanner==1.18.0 https://github.com/mozilla-services/tokenserver/archive/1.5.11.zip https://github.com/mozilla-services/server-syncstorage/archive/1.8.0.zip