From 1b4c1a4b9e039f7b84a48f23d40ca06f9a029b7b Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Thu, 4 Jun 2020 13:52:34 +0200 Subject: [PATCH] Add future to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f43438f..5ba63d48 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ install_requires = [ 'semantic_version', 'packaging>=20.1,<21', + 'future', 'redis>=3.3.1,<4.0.0', 'celery>=4.3.0,<5.0.0', 'celery_once',