Bug Fix
parent
17de2f82ce
commit
10fdd9525d
|
@ -29,7 +29,7 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
uses: Nuitka/Nuitka-Action@v0.4
|
uses: Nuitka/Nuitka-Action@main
|
||||||
with:
|
with:
|
||||||
script-name: DeGourou.py
|
script-name: DeGourou.py
|
||||||
onefile: true
|
onefile: true
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
pycryptodomex
|
pycryptodomex==3.17
|
||||||
oscrypto
|
oscrypto==1.3.0
|
Loading…
Reference in New Issue