Skip to content

Commit

Permalink
add hard requirement for redis-py-cluster
Browse files Browse the repository at this point in the history
this makes deployment of the scheduler easier for the devops team
  • Loading branch information
com4 committed Jan 17, 2019
1 parent cec5028 commit 162b69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -24,6 +24,7 @@
'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', ],
Expand Down

0 comments on commit 162b69e

Please sign in to comment.