do not pin requests and urllib3 version when building executables
This commit is contained in:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
run: |
|
run: |
|
||||||
pip install requests==2.25.1 requests[socks] urllib3==1.25.11 yt-dlp pyinstaller
|
pip install requests requests[socks] yt-dlp pyinstaller
|
||||||
python scripts/pyinstaller.py
|
python scripts/pyinstaller.py
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
|
|||||||
Reference in New Issue
Block a user