Use dnspython

dnspython will be used to resolve hostnames, allowing CDN proxy to work even if zoffline is running on the same machine as the Zwift client
This commit is contained in:
oldnapalm
2023-02-11 12:18:57 -03:00
parent 3f21baa20c
commit 1a0650a97d
5 changed files with 20 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ jobs:
pathInArchive: "upx-4.0.1-win64/upx.exe"
- run: pip install -r requirements.txt
- run: pip install dnspython==2.3.0 git+https://github.com/oldnapalm/garmin-uploader.git git+https://github.com/oldnapalm/pyinstaller.git
- run: pip install git+https://github.com/oldnapalm/garmin-uploader.git git+https://github.com/oldnapalm/pyinstaller.git
- run: pyinstaller standalone.spec
- uses: vimtor/action-zip@v1