do not pin requests and urllib3 version when building executables

This commit is contained in:
Mike Fährmann
2022-01-22 17:25:21 +01:00
parent dffa440ede
commit 962f6b82f2

View File

@@ -28,7 +28,7 @@ jobs:
- name: Build executable
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
- name: Upload executable