From c94813d6d887f68968a3f544bf1f3eb02f9522a1 Mon Sep 17 00:00:00 2001 From: Rafael Laverde Date: Fri, 15 Sep 2017 12:19:12 -0500 Subject: [PATCH] Change pep8 for pycodestyle in project requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e11c9da38..89dba961d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ binaryornot==0.4.4 # Testing pytest==3.2.2 -pep8==1.7.0 +pycodestyle==2.3.1 pyflakes==1.6.0 tox==2.8.2 pytest-cookies==0.2.0