Fixed slixmpp dep since they broke it with latest update

This commit is contained in:
j4nk 2025-09-03 22:06:22 -04:00
parent db315652d1
commit f4cc102a7c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
apk add python3
apk add py3-pip
pip3 install --break-system-packages slixmpp
pip3 install --break-system-packages slixmpp==1.8.6
apk add py3-requests