Remove dependencies on pep8, pyflakes and flake8

They should be determined by the hacking dependency
implicitely.

Change-Id: I137feb8f44349be1bfb810b93f1f10bbdaf150e2
This commit is contained in:
Dirk Mueller 2014-01-16 13:32:27 +01:00
parent b6b4928eff
commit 8df3da322a

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
coverage>=3.6
discover