aodh/test-requirements.txt
Sean Dague febc8347f7 move databases to test requirements
requirements.txt is only appropriate for libraries that are
always needed, as they will be installed all the time. However
if actually trying to run multinode you won't have databases or
database access on the compute nodes.

So you can't pip install -r requirements.txt on those environments.

For an example, see Nova.

Change-Id: Ic962e518b8ffa0457031d5851f83285abb5096df
2014-02-28 20:25:15 -05:00

24 lines
486 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
Babel>=1.3
coverage>=3.6
discover
fixtures>=0.3.14
httplib2>=0.7.5
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
mock>=1.0
mox>=0.5.3
MySQL-python
# Docs Requirements
docutils==0.9.1
oslosphinx
pymongo>=2.4
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib-docbookrestapi
sphinxcontrib-httpdomain
sphinxcontrib-pecanwsme>=0.6
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34