#75 Change optional dependency from Crypto to pycryptodome (Closes #74)

Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev)

pycryptodome is an in-place replacement for Crypto and is more actively developed
This commit is contained in:
shirt-dev
2021-02-11 06:46:02 -05:00
committed by GitHub
parent a96c6d154a
commit 5d25607a3a
5 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ jobs:
with:
python-version: '3.8'
- name: Install Requirements
run: pip install pyinstaller mutagen Crypto
run: pip install pyinstaller mutagen pycryptodome
- 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 Crypto
run: pip install pyinstaller==3.5 mutagen pycryptodome
- name: Bump version
id: bump_version
run: python devscripts/update-version.py