diff options
| author | jason | 2019-01-17 11:08:12 -0700 |
|---|---|---|
| committer | GitHub | 2019-01-17 11:08:12 -0700 |
| commit | 162b69e4f4031e50ff10bb5664ebea5a78364ace (patch) | |
| tree | bb2425ed90c7cda15102417a5e748918b91dee87 | |
| parent | cec5028f9c85ed567e93cdf84e7f7816fde0d279 (diff) | |
| download | eventmq-feature/redis-py-cluster_requirement.tar.gz eventmq-feature/redis-py-cluster_requirement.zip | |
add hard requirement for redis-py-clusterfeature/redis-py-cluster_requirement
this makes deployment of the scheduler easier for the devops team
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -24,6 +24,7 @@ setup( | |||
| 24 | 'croniter==0.3.10', | 24 | 'croniter==0.3.10', |
| 25 | 'future==0.15.2', | 25 | 'future==0.15.2', |
| 26 | 'psutil==5.0.0', | 26 | 'psutil==5.0.0', |
| 27 | 'redis-py-cluster==1.3.6', | ||
| 27 | 'python-dateutil>=2.1,<3.0.0'], | 28 | 'python-dateutil>=2.1,<3.0.0'], |
| 28 | extras_require={ | 29 | extras_require={ |
| 29 | 'docs': ['Sphinx==1.5.2', ], | 30 | 'docs': ['Sphinx==1.5.2', ], |