Skip to content

Commit e9241f8

Browse files
author
Sam Kenny
authored
Added dependency on Redis-Sentinel-Url
1 parent 889b8d7 commit e9241f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
''',
2525
package_data={'': ['README.rst']},
2626
tests_require=tests_require,
27-
install_requires=['rq>=0.6.0', 'croniter>=0.3.9'] + tests_require,
27+
install_requires=['rq>=0.6.0', 'croniter>=0.3.9', 'Redis-Sentinel-Url==1.0.0'] + tests_require,
2828
classifiers=[
2929
'Development Status :: 4 - Beta',
3030
'Environment :: Console',

0 commit comments

Comments
 (0)