mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
transition from requests to httpx
This commit is contained in:
parent
c1ab7485e2
commit
44aeb6c2eb
14 changed files with 80 additions and 89 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: "pip install setuptools keyring pyinstaller rich requests beautifulsoup4 -f --upgrade"
|
||||
run: "pip install setuptools keyring pyinstaller rich httpx beautifulsoup4 -f --upgrade"
|
||||
|
||||
- name: "Install sync_url.py"
|
||||
run: "pyinstaller sync_url.py -F"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue