9 changed files with 52 additions and 38 deletions
@ -1,28 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
TREZOR_GIT_URL=https://github.com/trezor/python-trezor.git |
|
||||||
KEEPKEY_GIT_URL=https://github.com/keepkey/python-keepkey.git |
|
||||||
BTCHIP_GIT_URL=https://github.com/LedgerHQ/btchip-python.git |
|
||||||
|
|
||||||
BRANCH=master |
|
||||||
|
|
||||||
PYTHON_VERSION=3.5.4 |
|
||||||
|
|
||||||
# These settings probably don't need any change |
|
||||||
export WINEPREFIX=/opt/wine64 |
|
||||||
|
|
||||||
PYHOME=c:/python$PYTHON_VERSION |
|
||||||
PYTHON="wine $PYHOME/python.exe -OO -B" |
|
||||||
|
|
||||||
# Let's begin! |
|
||||||
cd `dirname $0` |
|
||||||
set -e |
|
||||||
|
|
||||||
cd tmp |
|
||||||
|
|
||||||
$PYTHON -m pip install setuptools --upgrade |
|
||||||
$PYTHON -m pip install cython --upgrade |
|
||||||
$PYTHON -m pip install trezor==0.7.16 --upgrade |
|
||||||
$PYTHON -m pip install keepkey==4.0.0 --upgrade |
|
||||||
$PYTHON -m pip install btchip-python==0.1.23 --upgrade |
|
||||||
|
|
||||||
@ -0,0 +1,15 @@ |
|||||||
|
btchip-python==0.1.24 |
||||||
|
certifi==2017.11.5 |
||||||
|
chardet==3.0.4 |
||||||
|
Cython==0.27.3 |
||||||
|
ecdsa==0.13 |
||||||
|
hidapi==0.7.99.post21 |
||||||
|
idna==2.6 |
||||||
|
keepkey==4.0.2 |
||||||
|
mnemonic==0.18 |
||||||
|
pbkdf2==1.3 |
||||||
|
protobuf==3.5.1 |
||||||
|
requests==2.18.4 |
||||||
|
six==1.11.0 |
||||||
|
trezor==0.7.16 |
||||||
|
urllib3==1.22 |
||||||
Loading…
Reference in new issue