keystone/tools/test-requires
Sascha Peilicke a5b7fcf5f9 Update to requests>=1.0.0 for keystoneclient.
The requests module dropped all configuration with the 1.0.0 release.
There's no danger_mode and no 'verbose'' mode. The former shouldn't
be necessary anymore and the latter can be done by setting a different
log handler for the request.logging root logger.

Related to https://review.openstack.org/#/c/20127/

Change-Id: Ide43a41b5481daede96e142d1a4f6519e33c21bf
2013-01-25 15:16:32 +01:00

32 lines
853 B
Plaintext

# 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
pylint # static code analysis
pep8==1.3.3 # checks for PEP8 code style compliance
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
distribute>=0.6.24
# 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