This commit is contained in:
parent
dbbde64a6f
commit
6308e23384
@ -11,6 +11,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
# add dependancies
|
# add dependancies
|
||||||
|
- apk add --no-cache gnutls
|
||||||
- wine c:/python/python.exe -m pip install -r z:/drone/src/requirements.txt
|
- wine c:/python/python.exe -m pip install -r z:/drone/src/requirements.txt
|
||||||
# prepare output directory
|
# prepare output directory
|
||||||
- mkdir -p /drone/src/out/
|
- mkdir -p /drone/src/out/
|
||||||
|
@ -2,10 +2,12 @@ altgraph==0.17.4
|
|||||||
numpy==1.26.3
|
numpy==1.26.3
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pandas==2.2.0
|
pandas==2.2.0
|
||||||
|
pefile==2023.2.7
|
||||||
pyinstaller==6.3.0
|
pyinstaller==6.3.0
|
||||||
pyinstaller-hooks-contrib==2024.0
|
pyinstaller-hooks-contrib==2024.0
|
||||||
PySimpleGUI==4.60.5
|
PySimpleGUI==4.60.5
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pytz==2023.3.post1
|
pytz==2023.3.post1
|
||||||
|
pywin32-ctypes==0.2.2
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
tzdata==2023.4
|
tzdata==2023.4
|
Loading…
x
Reference in New Issue
Block a user