diff --git a/setup.py b/setup.py index 2470bd2..e5122ca 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description='Provides easy, fault tolerant, distributed references with redis as a backend.', test_suite='test', install_requires=[ - 'redis==2.10.5', + 'redis==4.5.3', 'pytz==2014.10', 'tornado==4.3', ],