diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-18 17:24:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-18 17:24:52 -0500 |
commit | f52fb3bceeb9d22b5106c1796fecec474a0cc138 (patch) | |
tree | 90904f8d6621f0d75c95edc68f158bd0c66b6980 /setup.py | |
parent | 5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e (diff) | |
download | hypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.tar.lz hypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.tar.xz hypervideo-f52fb3bceeb9d22b5106c1796fecec474a0cc138.zip |
change pycryptodomex to pycryptodome
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']: |