From 10fdd9525d6dc2b9dd0ddecbdc048d1f2c67abb0 Mon Sep 17 00:00:00 2001 From: bipinkrish Date: Thu, 23 Feb 2023 13:25:17 +0530 Subject: [PATCH] Bug Fix --- .github/workflows/main.yml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b72c293..1bcdd86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: pip install -r requirements.txt - name: Build Executable - uses: Nuitka/Nuitka-Action@v0.4 + uses: Nuitka/Nuitka-Action@main with: script-name: DeGourou.py onefile: true diff --git a/requirements.txt b/requirements.txt index f922ae1..913be55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pycryptodomex -oscrypto \ No newline at end of file +pycryptodomex==3.17 +oscrypto==1.3.0 \ No newline at end of file