summaryrefslogtreecommitdiffstats
path: root/tools/pip-requires
blob: 733b2e3eb151714cb5b5ea2b9b0e09c569c9daec (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
# keystonelight dependencies
pam==0.1.4
WebOb==1.0.8
eventlet
PasteDeploy
paste
routes
sqlalchemy
sqlalchemy-migrate
passlib
lxml

# for python-novaclient
prettytable

# Optional backend: Memcache
python-memcached # increases performance of token validation calls

# Development
Sphinx>=1.1.2 # required to build documentation
coverage # computes code coverage percentages

# Testing
nose # for test discovery and console feedback
nosexcover
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
pylint # static code analysis
pep8==0.6.1 # checks for PEP8 code style compliance
mox # mock object framework

-e git+https://review.openstack.org/p/openstack/python-keystoneclient.git#egg=python-keystoneclient
-e git+https://review.openstack.org/p/openstack-dev/openstack-nose.git#egg=openstack.nose_plugin
python-ldap==2.3.13# authenticate against an existing LDAP server