aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-06 06:34:10 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-06 06:45:45 +0530
commit49e7e9c3ce9d5294f024757cbbfedd6c9d0623be (patch)
tree5baa6a28ec6b02e35d4012561a82dd3a56968d96 /setup.py
parent84726743993295f6105ed9ef5412040b8842e4c6 (diff)
downloadhypervideo-pre-49e7e9c3ce9d5294f024757cbbfedd6c9d0623be.tar.lz
hypervideo-pre-49e7e9c3ce9d5294f024757cbbfedd6c9d0623be.tar.xz
hypervideo-pre-49e7e9c3ce9d5294f024757cbbfedd6c9d0623be.zip
[docs,build] Change all pycryptodome references to pycryptodomex
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 b5eb81c30..ff23877dc 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ LONG_DESCRIPTION = '\n\n'.join((
'**PS**: Some 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', 'pycryptodome', 'websockets']
+REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets']
if sys.argv[1:2] == ['py2exe']: