summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
blob: 48ac1280394273b51faba20f56bd393f4a90f065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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
# authenticate against an existing LDAP server
python-ldap==2.3.13

# Testing
# computes code coverage percentages
coverage
# mock object framework
mox
# for test discovery and console feedback
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
# required to build documentation
Sphinx>=1.1.2
# backport of unittest lib in python 2.7
unittest2
# test wsgi apps without starting an http server
webtest

# for python-keystoneclient
# keystoneclient <0.2.1
httplib2
# replaces httplib2 in keystoneclient >=0.2.1
requests>=1.0.0
keyring

netifaces

# For translations processing
Babel

# For documentation
oslo.sphinx