From 11050cf665c3baa8de1f9da1caa39054740d456b Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Wed, 1 Jul 2020 20:48:13 +0200 Subject: [PATCH] [misc] Add flake8 as test dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2dec99a..064e084 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( 'scrypt', ], test_requires=[ + 'flake8', 'pytest', ], )