make freeze_packages.sh cwd independent. update requirements-hw.txt. re-run freeze_packages.sh.

This commit is contained in:
SomberNight 2018-02-07 16:54:03 +01:00
parent 41e836a9f4
commit aaa0ee75b7
4 changed files with 8 additions and 5 deletions

View File

@ -1,15 +1,18 @@
btchip-python==0.1.24
certifi==2017.11.5
certifi==2018.1.18
chardet==3.0.4
click==6.7
Cython==0.27.3
ecdsa==0.13
hidapi==0.7.99.post21
idna==2.6
keepkey==4.0.2
libusb1==1.6.4
mnemonic==0.18
pbkdf2==1.3
protobuf==3.5.1
pyblake2==1.1.0
requests==2.18.4
six==1.11.0
trezor==0.7.16
trezor==0.9.0
urllib3==1.22

View File

@ -1,4 +1,4 @@
certifi==2017.11.5
certifi==2018.1.18
chardet==3.0.4
dnspython==1.15.0
ecdsa==0.13

View File

@ -31,7 +31,7 @@ source $venv_dir/bin/activate
echo "Installing hw wallet dependencies"
python -m pip install -r ../requirements-hw.txt --upgrade
python -m pip install -r $contrib/../requirements-hw.txt --upgrade
pip freeze | sed '/^Electrum/ d' > $contrib/deterministic-build/requirements-hw.txt

View File

@ -1,4 +1,4 @@
Cython>=0.27
trezor
trezor>=0.9.0
keepkey
btchip-python