[documentation] Crypto is an optional dependency

This commit is contained in:
pukkandan 2021-02-08 17:28:24 +05:30
parent 1bf540d28b
commit 06ff212d64
6 changed files with 10 additions and 8 deletions

View file

@ -84,7 +84,7 @@ jobs:
with:
python-version: '3.8'
- name: Install Requirements
run: pip install pyinstaller mutagen
run: pip install pyinstaller mutagen Crypto
- name: Bump version
id: bump_version
run: python devscripts/update-version.py
@ -122,7 +122,7 @@ jobs:
python-version: '3.4.4'
architecture: 'x86'
- name: Install Requirements for 32 Bit
run: pip install pyinstaller==3.5 mutagen
run: pip install pyinstaller==3.5 mutagen Crypto
- name: Bump version
id: bump_version
run: python devscripts/update-version.py