Remove redundant dependencies in test-requirements

Hacking 0.7 already pins down pep8, pyflakes and flake8 so they can be
removed from test-requirements as they are indirect dependencies.

Co-author: Joe Gordon <joe.gordon0@gmail.com>

Change-Id: Ia9f50e35f292ba35f8ca036cd66c930a3ad46ffd
This commit is contained in:
Zhongyue Luo 2013-08-16 10:34:40 +08:00
parent 56b225fb6f
commit 63b45d8785
1 changed files with 1 additions and 4 deletions

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.5.6,<0.8
# For translations processing