[misc] Add flake8 as test dependency

This commit is contained in:
Cathy Hu 2020-07-01 20:48:13 +02:00
parent 284bfffec1
commit 11050cf665

View file

@ -27,6 +27,7 @@ setup(
'scrypt',
],
test_requires=[
'flake8',
'pytest',
],
)