Skip to content

Commit 7cc332d

Browse files
committed
V3.0.0: Async refactor with HTTP/2, file validation, speed display
1 parent 4163d11 commit 7cc332d

File tree

3 files changed

+278
-171
lines changed

3 files changed

+278
-171
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install pyinstaller requests beautifulsoup4
28+
pip install pyinstaller httpx h2 beautifulsoup4
2929
3030
- name: Build executable
3131
run: |

0 commit comments

Comments
 (0)