glance/test-requirements.txt
Erno Kuvaja ed816a214b Fixes installation of test-requirements
pip install fails because the "-f http...pysendfile.2.0.0.tar.gz"
returns 404. pip will install pysendfile 2.0.0 without defining
the url.

Ref: http://code.google.com/p/pysendfile/issues/detail?id=20&can=1

Closes bug 1314968

Change-Id: I15baf378b37841f8abb21294efebe2dee95077c3
2014-05-01 13:43:26 +00:00

28 lines
437 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
# For translations processing
Babel>=1.3
# Needed for testing
coverage>=3.6
discover
fixtures>=0.3.14
mox>=0.5.3
mock>=1.0
sphinx>=1.1.2,<1.2
requests>=1.1
testrepository>=0.0.18
testtools>=0.9.34
psutil>=1.1.1
# Optional packages that should be installed when testing
MySQL-python
psycopg2
pysendfile==2.0.0
qpid-python
xattr>=0.4
# Documentation
oslosphinx