aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-08 17:28:24 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-08 18:05:22 +0530
commit06ff212d64084c41bc72c003fdff1d8769b17875 (patch)
tree34c9d9c6aaa359cd22ca31e966380ce290690fc7 /setup.py
parent1bf540d28b9a53112532aefde12188db5b327891 (diff)
[documentation] Crypto is an optional dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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':