From 162b69e4f4031e50ff10bb5664ebea5a78364ace Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 17 Jan 2019 11:08:12 -0700 Subject: add hard requirement for redis-py-cluster this makes deployment of the scheduler easier for the devops team--- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dceac7f..4dc7ee9 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( 'croniter==0.3.10', 'future==0.15.2', 'psutil==5.0.0', + 'redis-py-cluster==1.3.6', 'python-dateutil>=2.1,<3.0.0'], extras_require={ 'docs': ['Sphinx==1.5.2', ], -- cgit v1.2.1