[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

@ -20,7 +20,7 @@ LONG_DESCRIPTION = '\n\n'.join((
'**PS**: Many links in this document will not work since this is a copy of the README.md from Github',
open("README.md", "r", encoding="utf-8").read()))
REQUIREMENTS = ['mutagen']
REQUIREMENTS = ['mutagen', 'Crypto']
if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':