2fb73099d3
flake8 is pluggable and supports running hacking checks via a plugin. Fixes bug 1172444 Change-Id: Ie0b11544aaa3b1602ceced61941ab2cb30a7dc17
27 lines
792 B
Plaintext
27 lines
792 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.3,<0.6
|
|
|
|
nose
|
|
unittest2
|
|
coverage
|
|
mock
|
|
mox
|
|
Babel>=0.9.6
|
|
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
|
|
# implementation of MongoDB.
|
|
# NOTE(jd): the support for finalize in map reduce in MIM is not yet merged
|
|
# git+http://git.naquadah.org/git/~jd/merciless.git#egg=Ming
|
|
http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
|
|
http://tarballs.openstack.org/glance/glance-master.tar.gz#egg=glance
|
|
# We should use swift>1.7.5, but it's not yet available
|
|
swift
|
|
# Swift dep that is not necessary if we depend on swift>1.7.5
|
|
netifaces
|
|
# Docs Requirements
|
|
sphinx
|
|
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
python-spidermonkey
|