Unverified Commit 1f1857aa authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #161 from drgarcia1986/patch-1

Pin redis version to 2.10.6
parents 358a52a1 34dadba2
...@@ -9,7 +9,7 @@ setup( ...@@ -9,7 +9,7 @@ setup(
license="BSD", license="BSD",
packages=["redis_cache", "redis_cache.backends"], packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django", description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'], install_requires=['redis==2.10.6'],
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 2.7", "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