![Monty Taylor](/assets/img/avatar_default.png)
Infra is cracking down on use of externally fetched depends, and as part of that we need to start blocking uses of -f and -e. Luckily, we have master tarballs which are published on each change for exactly this reason. Change-Id: I4c53c8eac6788a703de2ad4b009b83a35ee7bbdc
21 lines
429 B
Plaintext
21 lines
429 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
# Testing Requirements
|
|
coverage>=3.6
|
|
django-nose
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
# Docs Requirements
|
|
sphinx>=1.1.2,<1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|
|
oslosphinx
|
|
|
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|