make freeze_packages.sh cwd independent. update requirements-hw.txt. re-run freeze_packages.sh.
This commit is contained in:
@@ -1,15 +1,18 @@
|
|||||||
btchip-python==0.1.24
|
btchip-python==0.1.24
|
||||||
certifi==2017.11.5
|
certifi==2018.1.18
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
|
click==6.7
|
||||||
Cython==0.27.3
|
Cython==0.27.3
|
||||||
ecdsa==0.13
|
ecdsa==0.13
|
||||||
hidapi==0.7.99.post21
|
hidapi==0.7.99.post21
|
||||||
idna==2.6
|
idna==2.6
|
||||||
keepkey==4.0.2
|
keepkey==4.0.2
|
||||||
|
libusb1==1.6.4
|
||||||
mnemonic==0.18
|
mnemonic==0.18
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
protobuf==3.5.1
|
protobuf==3.5.1
|
||||||
|
pyblake2==1.1.0
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
trezor==0.7.16
|
trezor==0.9.0
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
certifi==2017.11.5
|
certifi==2018.1.18
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
dnspython==1.15.0
|
dnspython==1.15.0
|
||||||
ecdsa==0.13
|
ecdsa==0.13
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ source $venv_dir/bin/activate
|
|||||||
|
|
||||||
echo "Installing hw wallet dependencies"
|
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
|
pip freeze | sed '/^Electrum/ d' > $contrib/deterministic-build/requirements-hw.txt
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Cython>=0.27
|
Cython>=0.27
|
||||||
trezor
|
trezor>=0.9.0
|
||||||
keepkey
|
keepkey
|
||||||
btchip-python
|
btchip-python
|
||||||
|
|||||||
Reference in New Issue
Block a user