Commit 34dadba2 authored by Diego Garcia's avatar Diego Garcia

Pin redis version to 2.10.6

To avoid some troubles with Redis 3.x series
parent 358a52a1
......@@ -9,7 +9,7 @@ setup(
license="BSD",
packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'],
install_requires=['redis==2.10.6'],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment