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 5355ce4879 device_tests: upgrade get_marker to get_closest_marker
This bumps pytest requirement to 3.6. But we have that everywhere already.
For bonus points, get_closest_marker still exists in 4.1.
2019-01-28 17:11:37 +01:00

9 lines
124 B
Plaintext

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