[build] remove setuptools and requests version restrictions

This commit is contained in:
Mike Fährmann
2024-09-28 16:48:21 +02:00
parent df4ecef364
commit 6c0cce8dff
4 changed files with 4 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Build executable
run: |
pip install 'setuptools<71' 'requests<2.32' requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
pip install requests requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
- uses: actions/upload-artifact@v4