add tk
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
Argiris Deligiannidis 2024-02-02 10:48:41 +02:00
parent 642bb67da0
commit 90f91d3dd9
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ steps:
- mkdir -p /drone/src/out/
- mkdir -p /drone/src/dist/
# add dependancies
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter gnutls
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter libgfortran libquadmath libgcc gnutls
# linux build
- cd /drone/src/
- python -m venv venv

View File

@ -11,4 +11,5 @@ python-dateutil==2.8.2
pytz==2023.3.post1
pywin32-ctypes==0.2.2
six==1.16.0
tk==0.1.0
tzdata==2023.4