Fix cryptodome install

This commit is contained in:
Gašper Fele-Žorž 2025-09-12 15:41:59 +02:00
parent 4c69926932
commit 3e7b20423e
3 changed files with 5 additions and 5 deletions

View file

@ -1,2 +1,2 @@
- name: Install python3-cryptodome
win_command: pip install cryptodome
- name: Install python3-pycryptodome
win_command: pip install pycryptodome