aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-18 17:24:52 -0500
committerJesús <heckyel@hyperbola.info>2021-10-18 17:24:52 -0500
commitf52fb3bceeb9d22b5106c1796fecec474a0cc138 (patch)
tree90904f8d6621f0d75c95edc68f158bd0c66b6980 /setup.py
parent5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e (diff)
downloadhypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.tar.lz
hypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.tar.xz
hypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.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 c56148e..850ca07 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']: