Remove dependencies on pep8, pyflakes and flake8

They should be determined by the hacking dependency
implicitely.

Change-Id: Ie659b9f7b31391805ab5627464a0dfece40104ad
This commit is contained in:
Dirk Mueller
2014-01-16 13:21:59 +01:00
parent fab80cbd9c
commit b5346fa71d

View File

@@ -1,9 +1,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
coverage>=3.6
discover
flake8==2.0
hacking>=0.8.0,<0.9
mox>=0.5.3
pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
python-subunit
testrepository>=0.0.17