Adding dependencies for redis support in marconi

Adding the py-redis dependancy to marconi to support
redis storage backend

Adding the dependencies only to test-requirements-*.txt
as database backend requirements will slowly be phased
out of requirements-*.txt

Change-Id: I25581965b3deea201d33a7b53a284294c15290c7
Partially-Implements: bp/redis-storage-driver
This commit is contained in:
Prashanth Raghu 2014-07-16 09:41:35 +08:00
parent 3a59f52d55
commit 0293fa3b57
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ hacking>=0.8.0,<0.9
# Packaging
mock>=1.0
# Backends
redis
# Unit testing
ddt>=0.4.0
discover

View File

@ -4,6 +4,9 @@ hacking>=0.9.2,<0.10
# Packaging
mock>=1.0
# Backends
redis
# Unit testing
ddt>=0.4.0
discover