From 06ff212d64084c41bc72c003fdff1d8769b17875 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Mon, 8 Feb 2021 17:28:24 +0530 Subject: [documentation] Crypto is an optional dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c1e2ec727..383ad370e 100644 --- a/setup.py +++ b/setup.py @@ -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': -- cgit v1.2.3