mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
11 lines
224 B
TOML
11 lines
224 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
trezor = {git = "https://github.com/trezor/python-trezor", editable = true, ref = "master"}
|
|
pytest = "*"
|
|
mock = "*"
|
|
protobuf = "==3.4.0"
|