66b3e5ec83
Change-Id: Ia99bc9116d7d8b558002b302cafe354d05d57f72
30 lines
486 B
Plaintext
30 lines
486 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.24
|
|
|
|
# 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
|
|
|
|
# For translations processing
|
|
Babel
|
|
|
|
# Needed for testing
|
|
coverage
|
|
fixtures>=0.3.12
|
|
mox
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
sphinx>=1.1.2
|
|
requests
|
|
testtools>=0.9.22
|
|
|
|
# Optional packages that should be installed when testing
|
|
MySQL-python
|
|
psycopg2
|
|
pysendfile==2.0.0
|
|
xattr>=0.6.0
|