aodh/test-requirements.txt
Doug Hellmann b635c826b2 Switch to sphinxcontrib-pecanwsme for API docs
Move the ceilext code into a separate package
so it can be worked on and reused by other
projects using Pecan and WSME.

The new package is being added to the requirements
list under https://review.openstack.org/29149.

Change-Id: If38a69ed8ef654e75bb29da998fbb731143c506c
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-05-28 13:18:46 -04:00

25 lines
658 B
Plaintext

distribute>=0.6.24
coverage
discover
mock
mox
fixtures>=0.3.12
Babel>=0.9.6
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB.
Ming>=0.3.4
http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
http://tarballs.openstack.org/glance/glance-master.tar.gz#egg=glance
# We should use swift>1.7.5, but it's not yet available
swift
# Swift dep that is not necessary if we depend on swift>1.7.5
netifaces
# Docs Requirements
sphinx
sphinxcontrib-pecanwsme>=0.2
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.
python-spidermonkey
python-subunit
testrepository>=0.0.13
testtools>=0.9.29