62b4e1f408
Recent changes added an undeclared dependency on babel in keystone.openstack.common.gettextutils. Change-Id: I045195e056c555a293371b50cfc3d7ec0c110ba7 Fixes: bug #1211270
45 lines
809 B
Plaintext
45 lines
809 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
|
|
# 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 documentation
|
|
oslo.sphinx
|