Update hacking version to latest

Change-Id: Ibf6b7f97955c6d2b83bdc350b6c084678c4fad1a
This commit is contained in:
jacky06 2019-01-04 23:26:00 +08:00
parent 02f26dc61e
commit 5ed77ac564
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking<0.11,>=0.10.2
hacking>=1.1.0,<1.2.0 # Apache-2.0
#
coverage>=3.6 # Apache-2.0
django-nose>=1.2 # BSD