Bug Fix
This commit is contained in:
parent
17de2f82ce
commit
10fdd9525d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pycryptodomex
|
||||
oscrypto
|
||||
pycryptodomex==3.17
|
||||
oscrypto==1.3.0
|
Loading…
Reference in a new issue