From 2761288375ef188b7bd7f0170d01b5b5dc2418d1 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Thu, 3 Sep 2020 13:05:10 +1000 Subject: [PATCH] Add explicit dependency on umemcache. I don't really know why this is necessary but I'm hoping it will get the tests passing on CI. It shouldn't be required for actual running of the server. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d9b1c18..d6eb6a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,6 @@ configparser==3.5 mozsvc==0.9 futures==3.0 soupsieve==1.9.5 +umemcache==1.6.3 https://github.com/mozilla-services/tokenserver/archive/1.5.11.zip https://github.com/mozilla-services/server-syncstorage/archive/1.8.0.zip