zaqar/test-requirements.txt
Prashanth Raghu 0293fa3b57 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
2014-07-16 09:41:35 +08:00

26 lines
317 B
Plaintext

# Metrics and style
hacking>=0.9.2,<0.10
# Packaging
mock>=1.0
# Backends
redis
# Unit testing
ddt>=0.4.0
discover
fixtures>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.34
# Functional Tests
requests>=1.1
# Documentation
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx
openstack-doc-tools>=0.16.1