1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00
trezor-firmware/Pipfile

30 lines
489 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.org/simple"
name = "pypi"
verify_ssl = true
[packages]
trezor = {git = "https://github.com/trezor/python-trezor", editable = true, ref = "master"}
2018-07-03 14:11:17 +00:00
protobuf = "==3.4.0"
2018-08-27 13:16:31 +00:00
# python-trezor tests
pytest = "*"
mock = "*"
2018-08-27 13:16:31 +00:00
# make style
2018-07-03 14:11:17 +00:00
isort = "*"
flake8 = "*"
black = "*"
2018-08-27 13:16:31 +00:00
# trezor-common cointool
click = ">=6"
"ed25519" = ">=1.4"
requests = ">=2.19"
munch = ">=2.3.2"
termcolor = ">=0.1.2"
Pillow = ">=5.2.0"
Mako = ">=1.0.7"
2018-07-03 14:11:17 +00:00
[pipenv]
allow_prereleases = true