Remove dependencies on pep8, pyflakes and flake8

Hacking already pins them to the compatible versions,
so avoid running out of sync by letting hacking
determine the correct code checker versions.

Change-Id: I72e513c4aa3e407d571a87a8c8a2d3a9bd14dfde
This commit is contained in:
Dirk Mueller 2014-01-21 15:28:36 +01:00
parent 440cd5652a
commit d32ef45a7a

View File

@ -1,7 +1,4 @@
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
flake8==2.0
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
# Testing Requirements
coverage>=3.6