Removed json python library from init script

This commit is contained in:
j4nk 2024-07-28 12:29:14 -04:00
parent 141ab15ecb
commit db6babb13b
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
apk add python3 apk add python3
apk add py3-pip apk add py3-pip
pip3 install --break-system-packages slixmpp pip3 install --break-system-packages slixmpp
pip3 install --break-system-packages json
apk add py3-requests apk add py3-requests
exec python3 /bot.py exec python3 /bot.py