glance/test-requirements.txt
sridevik 247ada2d94 Introduced DB pooling for non blocking DB calls
The DbApi module is wrapped with the tpool wrapper if the configuration is
enabled. use_tpool is disabled (False) by default

Related to bp mysql-thread-pool

Change-Id: Ie7274ac855549b96c581c3eb0bcf79f3c74be0ed
2013-08-27 00:09:11 -05:00

33 lines
524 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
mock>=1.0
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