aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-02-12 23:00:44 +0100
committerMartin Vilcans <martin@librador.com>2020-02-12 23:07:17 +0100
commita45b649c175c12be9fb6f8b51854cf3076b5e1bc (patch)
tree250c2bec5256068f79102980197cfaa581db118f /requirements.txt
parent53d0566d054c59004aba8f2705ba85a30e7776ac (diff)
downloadscreenplain-a45b649c175c12be9fb6f8b51854cf3076b5e1bc.tar.gz
Replace pep8 with pycodestyle, get rid of warnings
pep8 recommended that change
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 50f908b..97231be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
reportlab
unittest2
nose
-pep8
+pycodestyle
six