Added pycodestyle needed by bpylist2

This commit is contained in:
Rhet Turnbull
2020-03-21 11:15:39 -07:00
parent b8da9765b8
commit 6ab1511b4f
2 changed files with 2 additions and 0 deletions

View File

@@ -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",