let hacking install its dependencies

hacking pulls in the right versions of flake8, mccabe, pep8 and
pyflakes already, listing them explicitely is unnecessary and
can cause mismatches.

Change-Id: Id44c90ddd4a8a2204fd7ce600097bafbc9469993
This commit is contained in:
Dirk Mueller 2017-10-26 13:45:18 +02:00 committed by Swapnil Kulkarni
parent 67d2cd836b
commit d86e111ddf

View File

@ -4,9 +4,6 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8<2.6.0,>=2.5.4 # MIT
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx>=1.6.2 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD