mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
12 lines
240 B
TOML
12 lines
240 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 = "*"
|