aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-18 17:19:22 -0500
committerJesús <heckyel@hyperbola.info>2021-10-18 17:19:22 -0500
commit000d2844fd93d8c35fc74d22588291e7c7d742fa (patch)
treeea71d812190e0b392f851fc13418b45964a2fae3 /setup.py
parent3014ee47979c99267c51f3ada40758f1a7783eb1 (diff)
downloadhypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.tar.lz
hypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.tar.xz
hypervideo-pre-000d2844fd93d8c35fc74d22588291e7c7d742fa.zip
change pycryptodomex to pycryptodome
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 10918f1cd..675afab17 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', 'pycryptodomex', 'websockets']
+REQUIREMENTS = ['mutagen', 'pycryptodome', 'websockets']
if sys.argv[1:2] == ['py2exe']: