Update hacking

Remove requirements for flake8, mccabe, pyflakes since hacking pins them
already - and the pins of hacking are different versions.

Update hacking to current release.

Change-Id: I64073e3e4cd07c45fd65bad9101693b795ec1afc
This commit is contained in:
Andreas Jaeger 2019-08-03 11:37:21 +02:00
parent a3ba38b2f8
commit e4396f16d3
1 changed files with 3 additions and 4 deletions

View File

@ -3,13 +3,12 @@
# process, which may cause wedges in the gate later.
astroid==1.6.5 # LGPLv2.1
flake8>=2.5.4,<2.6.0 # MIT
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
# hacking pins flake8 etc
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage>=4.0
mock>=2.0.0
mccabe==0.4.0 # MIT License
pylint==1.9.2 # GPLv2
pyflakes==1.0.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD