From 6ab1511b4f0483ee160f0f0bc93d710779d3c05c Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 21 Mar 2020 11:15:39 -0700 Subject: [PATCH] Added pycodestyle needed by bpylist2 --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index b9842e45..3e416110 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ attrs==19.1.0 better-exceptions-fork==0.2.1.post6 black==19.10b0 bpylist2==2.0.3 +pycodestyle==2.3.1 certifi==2019.3.9 Click==7.0 colorama==0.4.1 diff --git a/setup.py b/setup.py index 112763e1..cc531a30 100755 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", ], install_requires=[ + "pycodestyle==2.3.1", # needed by bpylist==2.0.3 "pyobjc>=6.0.1", "Click>=7", "PyYAML>=5.1.2",