freeze hw wallet dependencies into separate file. update versions using freeze_packages.sh. introduce "hardware" setuptools extra.
This commit is contained in:
15
contrib/deterministic-build/requirements-hw.txt
Normal file
15
contrib/deterministic-build/requirements-hw.txt
Normal file
@@ -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
|
||||
14
contrib/deterministic-build/requirements.txt
Normal file
14
contrib/deterministic-build/requirements.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
certifi==2017.11.5
|
||||
chardet==3.0.4
|
||||
dnspython==1.15.0
|
||||
ecdsa==0.13
|
||||
idna==2.6
|
||||
jsonrpclib-pelix==0.3.1
|
||||
pbkdf2==1.3
|
||||
protobuf==3.5.1
|
||||
pyaes==1.6.1
|
||||
PySocks==1.6.8
|
||||
qrcode==5.3
|
||||
requests==2.18.4
|
||||
six==1.11.0
|
||||
urllib3==1.22
|
||||
Reference in New Issue
Block a user