From dd429ceeb5a6a80b57c4715b12e8396eb52f5646 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 29 Aug 2019 05:16:48 +0200 Subject: [PATCH] requirements: Added futures 3.0 Required on some systems --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b6ec5ec..0a9a36f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,6 @@ unittest2==1.1 zope.component==4.2.1 configparser==3.5 mozsvc==0.9 +futures==3.0 https://github.com/mozilla-services/tokenserver/archive/1.3.0.zip https://github.com/mozilla-services/server-syncstorage/archive/1.6.13.zip