We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163d11 commit 7cc332dCopy full SHA for 7cc332d
3 files changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install pyinstaller requests beautifulsoup4
+ pip install pyinstaller httpx h2 beautifulsoup4
29
30
- name: Build executable
31
0 commit comments