0600d3877f
Hacking 0.9.0 had a minor bug so require 0.9.2 or higher. In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I64f46c92e49625a519c902d402be94c914c50816
25 lines
504 B
Plaintext
25 lines
504 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.9.2,<0.10
|
|
Babel>=1.3
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
httplib2>=0.7.5
|
|
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
MySQL-python
|
|
# Docs Requirements
|
|
docutils==0.9.1
|
|
oslosphinx
|
|
oslotest
|
|
pymongo>=2.5
|
|
python-subunit>=0.0.18
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
sphinxcontrib-docbookrestapi
|
|
sphinxcontrib-httpdomain
|
|
sphinxcontrib-pecanwsme>=0.8
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.34
|