diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-06 06:34:10 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-06 06:45:45 +0530 |
commit | 49e7e9c3ce9d5294f024757cbbfedd6c9d0623be (patch) | |
tree | 5baa6a28ec6b02e35d4012561a82dd3a56968d96 /setup.py | |
parent | 84726743993295f6105ed9ef5412040b8842e4c6 (diff) | |
download | hypervideo-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.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', 'pycryptodome', 'websockets'] +REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets'] if sys.argv[1:2] == ['py2exe']: |