keystone/test-requirements.txt
Monty Taylor c74aac62dd Remove explicit distribute depend.
Causes issues with the recent re-merge with setuptools. Advice from
upstream is to stop doing explicit depends.

Change-Id: I5acb02230226d9842b8524d03f97857863f32932
2013-06-11 11:35:14 -07:00

38 lines
910 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
# Optional backend: SQL
pysqlite
# Optional backend: Memcache
python-memcached
# Optional backend: LDAP
python-ldap==2.3.13 # authenticate against an existing LDAP server
# Testing
coverage # computes code coverage percentages
mox # mock object framework
nose # for test discovery and console feedback
nosexcover
openstack.nose_plugin
nosehtmloutput
Sphinx>=1.1.2 # required to build documentation
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
# for python-keystoneclient
httplib2 # keystoneclient <0.2.1
requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1
keyring
# swift_auth test dependencies
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
netifaces
# For translations processing
Babel