1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/requirements-dev.txt
matejcik f236eb9cf2 flake8: add typing imports where missing
also remove autoflake workarounds from some files, apparently newer
autoflake can recognize them properly
2019-01-31 15:41:25 +01:00

9 lines
129 B
Plaintext

-r requirements.txt
-r requirements-optional.txt
pytest>=3.6
flake8
protobuf
isort
black; python_version >= "3.6"
autoflake>=1.2