Bump hacking to 0.9.x

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
This commit is contained in:
shuangtai
2014-06-11 14:21:24 +08:00
parent a7bf563696
commit 0600d3877f
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
hacking>=0.9.2,<0.10
Babel>=1.3
coverage>=3.6
discover