From e7d9e8a5b721da831e8409d572e47a098d7828bf Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 5 Feb 2013 19:51:51 -0500 Subject: [PATCH] Update pyflakes version. The new version no longer complains about all our conditional imports. --- maint/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/requirements.txt b/maint/requirements.txt index 78ac216e..a8875bf7 100644 --- a/maint/requirements.txt +++ b/maint/requirements.txt @@ -11,7 +11,7 @@ Sphinx==1.1.3 autopep8==0.8.5 coverage==3.5.2 pep8==1.4.1 -pyflakes==0.5.0 +pyflakes==0.6.1 tox==1.4.2 virtualenv==1.8.2