From 7f56cfd781667c900e9b7ee265a9f5e65324ba6c Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 18 Nov 2019 22:33:14 -0800 Subject: [PATCH] Add flake8 to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 96f5ac7..2572d6e 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ if __name__ == "__main__": "appdirs", "argcomplete", "colorama", + "flake8", "hjson", "yapf" ],