Merge "Update to a newer hacking library"

This commit is contained in:
Jenkins 2017-03-05 21:17:46 +00:00 committed by Gerrit Code Review
commit 5689173a62

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>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD