Freeze requirements

This commit is contained in:
oldnapalm
2023-02-09 15:05:47 -03:00
parent 3ba3052eb7
commit 7fafb50520
4 changed files with 22 additions and 17 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ jobs:
url: "https://github.com/upx/upx/releases/download/v4.0.1/upx-4.0.1-win64.zip"
pathInArchive: "upx-4.0.1-win64/upx.exe"
- run: pip install flask flask_sqlalchemy flask-login pyjwt gevent protobuf pycryptodome stravalib git+https://github.com/oldnapalm/garmin-uploader.git dnspython git+https://github.com/oldnapalm/pyinstaller.git
- 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: pyinstaller standalone.spec
- uses: vimtor/action-zip@v1