Commit 1e0ed3bd authored by Sean Bleier's avatar Sean Bleier

Added redis as a requirement in the setup.py

parent 03309e52
......@@ -8,6 +8,7 @@ setup(
version = "0.5.0",
packages = ["redis_cache"],
description = "Redis Cache Backend for Django",
install_requires=['redis',],
classifiers = [
"Programming Language :: Python",
"Operating System :: OS Independent",
......
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