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-18 05:28:40 +00:00
Code
Issues
Releases
Wiki
Activity
fd39692ec9
trezor-firmware
/
requirements-dev.txt
7 lines
91 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
build: set requirements for proper python 3.3 and 3.4 support, make tox happy
2018-07-04 15:40:56 +00:00
pytest>=3.2.5
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
mock>=2.0.0
build: add flake8 to dev requirements
2018-05-04 15:50:49 +00:00
flake8
travis: fix build problems * remove "in-tree vs generated" check as there is no in-tree anymore * add protobuf to requirements-dev * use requirements-dev in tox travis: do not diff generated against (missing) in-tree messages travis: in tox env, use requirements-dev
2018-07-03 16:14:58 +00:00
protobuf
Reference in New Issue
Copy Permalink