8302c4264f
Fixes bug 1179007 Also, sync with global requirements because we can't do it in two steps. Change-Id: If1c687f874272b9d9569af9dd1e5cb4457308f5c
32 lines
514 B
Plaintext
32 lines
514 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.6,<0.7
|
|
|
|
# For translations processing
|
|
Babel>=0.9.6
|
|
|
|
# Needed for testing
|
|
coverage>=3.6
|
|
fixtures>=0.3.12
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
sphinx>=1.1.2
|
|
requests>=1.1
|
|
testtools>=0.9.32
|
|
psutil>=0.6.1,<1.0
|
|
|
|
# Optional packages that should be installed when testing
|
|
MySQL-python
|
|
psycopg2
|
|
pysendfile==2.0.0
|
|
qpid-python
|
|
xattr>=0.4
|
|
|
|
# Documentation
|
|
oslo.sphinx
|