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:
parent
3a59f52d55
commit
0293fa3b57
@ -4,6 +4,9 @@ hacking>=0.8.0,<0.9
|
||||
# Packaging
|
||||
mock>=1.0
|
||||
|
||||
# Backends
|
||||
redis
|
||||
|
||||
# Unit testing
|
||||
ddt>=0.4.0
|
||||
discover
|
||||
|
@ -4,6 +4,9 @@ hacking>=0.9.2,<0.10
|
||||
# Packaging
|
||||
mock>=1.0
|
||||
|
||||
# Backends
|
||||
redis
|
||||
|
||||
# Unit testing
|
||||
ddt>=0.4.0
|
||||
discover
|
||||
|
Loading…
Reference in New Issue
Block a user