mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 11:20:23 +00:00
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
|
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 a new issue