db33171ead
python-sendfile and python-xattr are both optional library dependencies in Glance now. Some systems, like Windows, do not have these libraries and so we should move them from pip-requires to test-requires. AFAIK, the pip-requires is what is used to build the Windows installer. Fixes LP 1031396 Change-Id: Ib47244e51ae03991e6171ab8d47238d955743567
20 lines
293 B
Plaintext
20 lines
293 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.24
|
|
|
|
# For translations processing
|
|
Babel
|
|
|
|
# Needed for testing
|
|
coverage
|
|
mox
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
pep8==1.1
|
|
sphinx>=1.1.2
|
|
requests
|
|
|
|
# Optional packages that should be installed when testing
|
|
xattr>=0.6.0
|
|
pysendfile==2.0.0
|