This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-23 16:08:17 +00:00
Code
Issues
Releases
Wiki
Activity
7cf46c6833
trezor-firmware
/
requirements-dev.txt
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: reorganize requirements, mark hidapi as optional This drops the command line options. `libusb` is now required unconditionally (it's cffi so no harm there). hidapi is an extra. You either need to install it manually, or specify it in your requirements.txt like so: trezor[hidapi] >= 0.9.2
2018-05-04 13:54:23 +00:00
-r requirements.txt
-r requirements-optional.txt
pytest>=3.5.0
mock>=2.0.0
build: add flake8 to dev requirements
2018-05-04 15:50:49 +00:00
flake8
Reference in New Issue
Copy Permalink