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