add silkaj

This commit is contained in:
fred 2024-02-11 14:39:12 +01:00
parent b520f49762
commit bec8748886
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ fi
echo "###########################"
echo "## ADDING CRYPTO LAYER ================"
for i in pip setuptools wheel cryptography Ed25519 base58 google duniterpy pynacl pgpy pynentry SecureBytes amzqr pdf2docx pyppeteer; do
for i in pip setuptools wheel cryptography Ed25519 base58 google duniterpy silkaj pynacl pgpy pynentry SecureBytes amzqr pdf2docx pyppeteer; do
echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
python -m pip install --break-system-packages -U $i
[[ $? != 0 ]] && echo "INSTALL $i FAILED." && echo "python -m pip install -U $i FAILED." >> /tmp/install.errors.log && continue