1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

build: add flake8 to dev requirements

This commit is contained in:
matejcik 2018-05-04 17:50:49 +02:00
parent 4c06a613b5
commit 43f14ac760

View File

@ -2,3 +2,4 @@
-r requirements-optional.txt
pytest>=3.5.0
mock>=2.0.0
flake8