mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
15 lines
284 B
TOML
15 lines
284 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
setuptools = ">=24.2.0"
|
|
trezor = {git = "https://github.com/trezor/python-trezor", editable = true, ref = "master"}
|
|
pytest = "*"
|
|
mock = "*"
|
|
typing = "*"
|
|
protobuf = "==3.4.0"
|
|
mako = "*"
|
|
munch = "*"
|