From 5469a591c08092c9b12b7142230b4db6d79017db Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 9 Jun 2020 11:10:32 +1000 Subject: [PATCH] Remove Future dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5ba63d48..0f43438f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ 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',