mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-10-31 20:39:48 +00:00
51 lines
727 B
TOML
51 lines
727 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
# all
|
|
trezor = {editable = true,path = "./python"}
|
|
scons = "*"
|
|
protobuf = "==3.4.0"
|
|
pyblake2 = "*"
|
|
## tests
|
|
pytest = "*"
|
|
mock = "*"
|
|
## style
|
|
isort = ">=4.3.14"
|
|
flake8 = "*"
|
|
black = "*"
|
|
mako = ">=1.0.7"
|
|
munch = ">=2.3.2"
|
|
autoflake = "*"
|
|
|
|
# common
|
|
demjson = "*"
|
|
graphviz = "*" # TODO this was '8' do we need that?
|
|
## cointool
|
|
click = ">=6"
|
|
"ed25519" = ">=1.4"
|
|
requests = ">=2.19"
|
|
termcolor = ">=0.1.2"
|
|
Pillow = ">=5.2.0"
|
|
|
|
# crypto
|
|
ecdsa = "*"
|
|
curve25519-donna = "*"
|
|
pyasn1 = "*"
|
|
|
|
# legacy
|
|
setuptools = ">=24.2.0"
|
|
typing = "*"
|
|
|
|
# storage
|
|
cryptography = "*"
|
|
hypothesis = "*"
|
|
|
|
[dev-packages]
|
|
scan-build = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|