File tree 2 files changed +12
-20
lines changed
2 files changed +12
-20
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
4
4
jobs :
5
5
lint :
6
6
name : Lint
7
- runs-on : ubuntu-20 .04
7
+ runs-on : ubuntu-22 .04
8
8
defaults :
9
9
run :
10
10
shell : bash
21
21
22
22
- name : Install Dependencies
23
23
run : |
24
- pip install pip==24.0
25
- pip install wheel==0.35.0
26
- pip install setuptools==53.0.0
27
24
pip install -r requirements.txt
28
- pip install importlib-metadata==4.13.0
29
- pip install flake8==3.8.4
30
25
pip install mypy==0.781
31
- pip install vulture==2.3
32
26
33
27
- name : Lint
34
28
run : |
@@ -48,12 +42,12 @@ jobs:
48
42
matrix :
49
43
config :
50
44
- name : Linux
51
- os : ubuntu-20 .04
45
+ os : ubuntu-22 .04
52
46
cachepath : ~/.cache/pip
53
47
packages : libusb-1.0-0-dev libudev-dev
54
48
55
49
- name : macOS
56
- os : macos-12
50
+ os : macos-13
57
51
cachepath : ~/Library/Caches/pip
58
52
59
53
- name : Windows
80
74
sudo apt-get update
81
75
sudo apt-get install --no-install-recommends --no-upgrade -qq ${{ matrix.config.packages }}
82
76
fi
83
- if [[ ${{ matrix.config.os }} = windows* ]]; then
84
- python.exe -m pip install pip==24.0
85
- else
86
- pip install pip==24.0
87
- fi
88
- pip install wheel==0.35.0
89
- pip install setuptools==53.0.0
90
77
pip install -r requirements.txt
91
- pip install pyinstaller
92
78
- name : Build
93
79
run : |
94
80
pyinstaller SecurePivxMasternodeTool.spec
Original file line number Diff line number Diff line change 1
- wheel == 0.35.0
2
- setuptools == 53.0 .0
1
+ wheel == 0.45.1
2
+ setuptools == 75.8 .0
3
3
python-bitcoinrpc == 1.0
4
4
bitcoin == 1.1.42
5
- btchip-python == 0.1.27
6
5
trezor == 0.11.5
7
6
PyQt5 >= 5.15.10
8
7
requests == 2.32.2
9
8
simplejson == 3.19.2
10
9
ecdsa == 0.19.0
10
+ importlib-metadata == 4.13.0
11
+ flake8 == 3.8.4
12
+ vulture == 2.3
13
+ pyinstaller == 6.12.0
14
+ # btchip-python 0.1.32 with a patch to fix a malformed dependency
15
+ # See https://github.com/LedgerHQ/btchip-python/pull/54
16
+ https://github.com/PIVX-Project/btchip-python/archive/e13eab8b0e665bdc23ac4b3890d2a5742303c421.tar.gz
You can’t perform that action at this time.
0 commit comments